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 -> [SQL TUNING]The bind variables in a query

[SQL TUNING]The bind variables in a query

From: <jbmorla_at_gmail.com>
Date: 14 Nov 2005 06:59:06 -0800
Message-ID: <1131980345.973564.161100@o13g2000cwo.googlegroups.com>


Hi,

What do I do when I find:

SELECT XXX, YYY, FROM ZZZ ....
WHERE XXX = BindVariable:

in the shared pool,

and I want to perform an explain plan on that query?

Obviously depending on the number of rows selected, my SQL tuning strategy varies a lot.

I need to know the value in the variable at runtime.

If anyone has an idea, please let me know. Received on Mon Nov 14 2005 - 08:59:06 CST

Original text of this message

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