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: Does NOT automatically cause a full table scan? 9.2.0.5

Re: Does NOT automatically cause a full table scan? 9.2.0.5

From: <frank.van.bortel_at_gmail.com>
Date: 3 Nov 2006 06:31:04 -0800
Message-ID: <1162564264.329362.66830@k70g2000cwa.googlegroups.com>

On Nov 3, 2:37 pm, "Ben" <bal..._at_comcast.net> wrote:
> 9.2.0.5 Ent Ed AIX5L
>
> Does NOT automatically cause a full table scan or is that dependant
> upon histograms and the skew of the data? For example a statement like
>
> select t.a, t.b, t.c
> from t
> where t.b = 'abc'
> and not t.a = 'xyz';

Depends on the existance of indexes in the first place. Not quite sure what you are actually asking. Did you expect a FTS and you did not get one? Received on Fri Nov 03 2006 - 08:31:04 CST

Original text of this message

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