Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Browsing all 4385 articles
Browse latest View live

RE: Bug in recognizing out binds in SQL execution

Hey Damir,If ":b0:b1" isn't 2 separate bind variables, it would appear to be an illegal name for one, as shown in SQL*Plus:SQL> variable b0:b1 numberSP2-0553: Illegal variable name...

View Article


RE: Bug in recognizing out binds in SQL execution

14:42:57 Q383211@SMOBCST1>variable B0 VARCHAR2(32)14:43:01 Q383211@SMOBCST1>variable B1 VARCHAR2(32)14:43:01 Q383211@SMOBCST1>14:43:01 Q383211@SMOBCST1>select count(*) into :b0:b1  from...

View Article


RE: Bug in recognizing out binds in SQL execution

>You also reference two recent versions of ToadYes, two versions.One is latest beta and one is latest regular (12.10.0.32).SO what is wrong with versions?

View Article

RE: Bug in recognizing out binds in SQL execution

and programming form ":b0:b1" is a template for all AMDOCS applications.

View Article

RE: Bug in recognizing out binds in SQL execution

Interesting!  But in that context, the INTO clause appears to be ignored as there are no values in either B0 or B1, as well as the output being shown on screen.   I think that can be further proved by...

View Article


RE: db_link

There may be something after DB_LINK_TEST that is needed.   Maybe it's really DB_LINK_TEST.<domain> or soemthing.Turn on spool SQL when you test the db link.  Then you can see how Toad queries...

View Article

RE: Bug in recognizing out binds in SQL execution

>SELECT USER_ID INTO :B0 FROM DBA_USERS;returns more than one value and error is normal in any SQL language.You ask me to show you SQL*Plus example, what I suggest to any user on Toad forum, and I...

View Article

RE: Bug in recognizing out binds in SQL execution

Your statement:select count(*) into :b0:b1  from dba_users;...is functionally equivalent to:select count(*) from dba_users;...in SQL*Plus v11.2.0.3, as near as I can tell, as neither B0 nor B1 is...

View Article


Bug in recognizing out binds in SQL execution

Hi all,Toad 12.11.0.82 beta and last Toad 12.10, all x64 on Oracle 11.2.0.3 x64Toad cannot run query of type:select count(S.SUBSCRIBER_NO) into :b0:b1  fromProblem is ":b0:b1" which toad see as :b0"...

View Article


RE: db_link

Did you use the DNS name in the description?Whenever I have created a link, I have had to use the I.P. address, not the DNS name.

View Article

RE: Navigator Panel

Thanks for the steps I can reproduce in this way. As a workaround, if you save your PLSQL Desktop with the Navigator open already then it will stick. I'll log this.Michael

View Article

RE: db_link

Toad spool (12.11 latest beta):SELECT 'Link Name   : "DB_LINK_TEST"' || chr(13) || chr(10) ||       'Connection  : Successful'|| chr(13) || chr(10) ||       'DB Name     : ' || n.GLOBAL_NAME || chr(13)...

View Article

RE: db_link

What information is in the host column if you runselect    *from      all_db_linksfor the link you are referring to?

View Article


db_link

Hello,I create a database link.When I test it with the function of TOAD Context menu I get following result:*********************************************************************Link Name   :...

View Article

RE: Navigator Panel

It seems to only stick until the next time you save a .sql file. Then that is what it remembers. It's weird.

View Article


Navigator Panel

I am not sure what happened but I have Toad for Oracle 12.10.0.30 and the navigator panel no longer appears when I drag/drop a new file to open of a .pkb .Thanks in advance for your help.

View Article

RE: how can i set timeout option in toad?

That's not a Toad setting, that's a SQL*Net setting.go here and search the page for "timeout"https://docs.oracle.com/cd/E11882_01/network.112/e10835/sqlnet.htm#NETRF427There are several timeout...

View Article


how can i set timeout option in toad?

Suppose i have 10 servers and some of them are down. When i am trying to reconnect that server's when reconnection reaches to the down one it  waits to much time. how can i skip or set timeout time for...

View Article

RE: Bug in recognizing out binds in SQL execution

i want to execute the same SQL that runs in SQL*Plus with the same result in Toad SQL editor.why?there are also other many things related to that...i,e. getting correct sql_ID or getting plan for such...

View Article

RE: Unable to connect to database

Hello,Yes there is a solution for your error. This error occurs when we try to connect an Oracle database, through a Client like Toad for Oracle etc.. The error clearly says an 64-bit Oracle client...

View Article
Browsing all 4385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>