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: Help: Strange sql behaviour

Re: Help: Strange sql behaviour

From: charlie.peltier <here-antispam)_at_verizon.net>
Date: Tue, 21 May 2002 10:51:22 GMT
Message-ID: <KEpG8.10333$Ou5.8696@nwrddc03.gnilink.net>


The thing is, index scan are faster, full table scan are slower, but oracle favor full table scan. If we use cost, I can understand, because Oracle can make mistakes in judging which is more expensive. What I can not understand is why in rule_based optimizer mode, Oracle still favor full table scan. I thought that rule based means that always use index if there is one.

Am I right?

Thanks
"Galen Boyer" <galenboyer_at_hotpop.com> wrote in message news:uwutyxg0e.fsf_at_rcn.com...
> On Mon, 20 May 2002, charlie.peltier(delete here-antispam)@verizon.net
> wrote:
>
> > But after we analyze table life,
>
> [...]
>
> > In the above three tables, we can only analyze two tables, life table
> > can not be analyzed
>
> Which is it?
>
> What is/are the plan/s?
>
> --
> Galen deForest Boyer
> Sweet dreams and flying machines in pieces on the ground.
Received on Tue May 21 2002 - 05:51:22 CDT

Original text of this message

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