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: Bind Variable Substitution In Exec Plan

Re: Bind Variable Substitution In Exec Plan

From: peter <p_msantos_at_yahoo.com>
Date: 17 Nov 2005 13:21:40 -0800
Message-ID: <1132262500.043582.201880@g14g2000cwa.googlegroups.com>


is it possible that the optimizer is peeking into the bind variable and then incorrectly deciding
on which table to drive with first?

You can set the optimizer_features_enable to '8.1.7' (before bind peeking existed)or
you can set "_optim_peek_user_binds" = false at the session level to see if that prevents
oracle from driving with the wrong table. .. I'm not sure if either option can be easily implemented
in the siebel environment though...

--peter Received on Thu Nov 17 2005 - 15:21:40 CST

Original text of this message

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