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

Does NOT automatically cause a full table scan? 9.2.0.5

From: Ben <balvey_at_comcast.net>
Date: 3 Nov 2006 05:37:42 -0800
Message-ID: <1162561062.457440.230470@h48g2000cwc.googlegroups.com>


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'; Received on Fri Nov 03 2006 - 07:37:42 CST

Original text of this message

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