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: Why CBO doesn't choose the low cost plan

Re: Why CBO doesn't choose the low cost plan

From: jaromir nemec <jaromir_at_db-nemec.com>
Date: Wed, 19 Jul 2006 21:49:33 +0200
Message-ID: <011801c6ab6c$760aba30$3c02a8c0@JARAWIN>


Hi E.F.,  

> We have a query choose a bad plan.

> select /*+ index(e) */
 

my experience is, if you use a hint INDEX you should also specify which index should be used. The result of saying only "use some index" could be surprising (see the thread "Does Oracle have a Sense of Humour" in this list for an example).

In your particular case, Jared is probably right, it is a bug.  

Regards,  

Jaromir

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 19 2006 - 14:49:33 CDT

Original text of this message

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