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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Varying plans on different nodes

Re: Varying plans on different nodes

From: Alex Gorbachev <gorbyx_at_gmail.com>
Date: Thu, 7 Jun 2007 08:54:51 -0400
Message-ID: <c2213f680706070554m2c069e99m6671e8b074358a58@mail.gmail.com>


Mark,

I bet it's consistent and not just the first parse as Failie was able to reparse it with 10053 trace.

Fairlie,
Did you try diff on two 10053 trace? There must be something else that's different and difficult to catch for an eye. Also, any chance that node have differences in one-off patches?

Alex

On 6/7/07, Mark W. Farnham <mwf_at_rsiz.com> wrote:
> Without at all trying to be comprehensive, different nodes means different
> instances.
>
>
>
> Parameters could be different, what is in cache could be different, AWR
> could have different accumulations of various things, and the parameter
> values of a given sql that was parsed first on a given instance could be
> different. Anything that the optimizer at the release level you are at can
> use that is specific to an instance rather than a database is a candidate
> for examination.
>
>
>
> If one plan is "good enough" for all predicate values, then your solution is
> likely to be some variety of plan stabilization for that sql.
>
>
>
> My first guess is that the initial parse on the two different "nodes" had
> wildly different predicate values so that the "bad" plan was actually less
> costly for that particular set.
>
>
>
> Regards,
>
>
>
> mwf
>
>
>
> _____
>
> From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
> On Behalf Of fairlie rego
> Sent: Wednesday, June 06, 2007 10:13 PM
> To: Oracle-L
> Subject: Varying plans on different nodes
>
>
>
> <snip>
>
>

-- 
Best regards,
Alex Gorbachev

http://www.oracloid.com
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 07 2007 - 07:54:51 CDT

Original text of this message

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