Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: histograms, buckets, and bind variables
Bind variables never completely prevented parsing. The first time a sql
is encountered it needs to be hard parsed. The difference with 9i bind
variable peeking is simply that at that very first parse, the optimizer
will take the value of the bind variable into account when deciding on
an access path. From then on that plan is used. No further peeking
occurs. That is also part of the problem. If that first parse is done
for a 1-off bind value, all the other sql are stuck with that plan.
Stephens, Chris wrote:
> This is actually something I've never quite understood.
>
>
> ...so with 9i bind variables don't completely prevent parsing correct?
> ...they just make a softer hard/soft parse?=20
-- Regards Wolfgang Breitling Centrex Consulting Corporation www.centrexcc.com -- http://www.freelists.org/webpage/oracle-lReceived on Wed Nov 17 2004 - 12:20:40 CST
![]() |
![]() |