Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4385

RE: Bug in recognizing out binds in SQL execution

$
0
0

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 populated from that SELECT, and it does not throw an error.

So, are you looking for Toad to ignore the INTO clause, like SQL*Plus does?


Viewing all articles
Browse latest Browse all 4385

Trending Articles



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