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: The bind variables in a query

Re: The bind variables in a query

From: InjacHardy <injac_at_yahoo.com>
Date: 14 Nov 2005 12:39:34 -0800
Message-ID: <1132000774.806079.219500@g47g2000cwa.googlegroups.com>


The answer depends on the Oracle version you are using.

For 9i and lower, tracing is the solution to capturing bind variables for an another session. For your session only, use view v$sql_bind_data.

For 10g, there is a new view V$SQL_BIND_CAPTURE which can be joined with V$SQLAREA to see all bind variables for any SQL.

Regards,
Tanya Received on Mon Nov 14 2005 - 14:39:34 CST

Original text of this message

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