Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> dynamic sql - output actual string that includes all values from bind variables...

dynamic sql - output actual string that includes all values from bind variables...

From: centurionoftheseed <rick.memmer_at_gmail.com>
Date: 2 Mar 2006 05:46:52 -0800
Message-ID: <1141307212.349674.184720@e56g2000cwe.googlegroups.com>


If the EXECUTE IMMEDIATE mysql USING bindvariable1,bindvariable2 knows what to fire - surely there must be a way to capture the actual statement that it uses.

Note: I realize you can step through to obtain the bind variable values, but it would be very beneficial if I could also debug using the actual output string.

Any thoughts would be greatly appreciated!

Thanks,

Rick Received on Thu Mar 02 2006 - 07:46:52 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US