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

Home -> Community -> Usenet -> c.d.o.server -> Re: Finding Out Bind Variable Values

Re: Finding Out Bind Variable Values

From: aviion <member_at_dbforums.com>
Date: 21 Nov 2001 15:12:18 -0500
Message-ID: <3bfc0aa2$1@usenetgateway.com>


Way 1) If the code is running in your own session,

1)sqlplus > select * from v$sql_bind_data.

Way 2) For queries in other sessions, find that sessions sid and serial# from v$session and then

sqlplus > exec dbms_system.set_ev(sid,serial#,10046,4,'');

--
Posted via dBforums
http://dbforums.com
Received on Wed Nov 21 2001 - 14:12:18 CST

Original text of this message

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