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: Re: Explain plan accuracy and bind variables

Re: Re: Explain plan accuracy and bind variables

From: <ryan.gaffuri_at_cox.net>
Date: Fri, 6 Feb 2004 8:36:40 -0500
Message-Id: <20040206133640.MASK2432.lakemtao07.cox.net@smtp.central.cox.net>


what about autotrace? that occurs after the query is run? =

> =

> From: Connor McDonald <hamcdc_at_yahoo.co.uk>
> Date: 2004/02/06 Fri AM 08:18:49 EST
> To: oracle-l_at_freelists.org
> Subject: Re: Explain plan accuracy and bind variables
> =

> I think this comes the various methods people use to take an existing S=
QL and attempt to determine
> an explain plan.
> =

> eg you might see in a trace file a slow query
> =

> select * from table where col =3D :b1
> =

> You run this through explain plan and voila! Looks great - no problem. =
 But what really happened
> on the live system was that 'col' was char, and :b1 was numeric, and th=
us the index on 'col' was
> not used. The execution plan in a trace file *will* be the one that wa=
s used. This is quite
> different to the plan you would see if you ran 'tkprod explain=3D..'
> =

> etc etc etc
> =

> hth
> connor
> =

> --- ryan.gaffuri_at_cox.net wrote: > I read somewhere that explain plans =
are not always accurate.
> Does this include autotrace? What
> > about if I do a 10046 or just a sql_trace? =

> > =

> > Are explain plans more apt to be inaccurate with bind variables(I thi=
nk I read that somewhere).
> > If so, why? =

> > =

> > ----------------------------------------------------------------
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > ----------------------------------------------------------------
> > To unsubscribe send email to: oracle-l-request_at_freelists.org
> > put 'unsubscribe' in the subject line.
> > --
> > Archives are at http://www.freelists.org/archives/oracle-l/
> > FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> > ----------------------------------------------------------------- =

> =

> =3D=3D=3D=3D=3D
> Connor McDonald
> Co-author: "Mastering Oracle PL/SQL - Practical Solutions" - available =
now
> web: http://www.oracledba.co.uk
> web: http://www.oaktable.net
> email: connor_mcdonald_at_yahoo.com
> =

> "GIVE a man a fish and he will eat for a day. But TEACH him how to fish=
, and...he will sit in a boat and drink beer all day"
> =

> =

> =

> =

> =

> ___________________________________________________________
> BT Yahoo! Broadband - Free modem offer, sign up online today and save =A3=
80 http://btyahoo.yahoo.co.uk
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
> =



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Feb 06 2004 - 07:36:40 CST

Original text of this message

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