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: Full table scan

RE: Full table scan

From: Whittle Jerome Contr NCI <Jerome.Whittle_at_scott.af.mil>
Date: Wed, 05 Feb 2003 06:52:37 -0800
Message-ID: <F001.0054423C.20030205065237@fatcity.com>


Venu,

How may records? If it's just a few hundred, a full table scan might be faster. Throw a RULE hint at it and see what happens then. What version of Oracle? CBO in 7.3.4 wasn't all that smart.

Jerry Whittle
ASIFICS DBA
NCI Information Systems Inc.
jerome.whittle_at_scott.af.mil
618-622-4145

> -----Original Message-----
> From: Venu Gopal Andem [SMTP:venu.andem_at_wipro.com]
>
> List,
>
> I have the following scnario:
>
> I'm doing a select from 2 tables joining them using a primary key- ref
> key on the tables and the explain plan is showing 2 full table scans...
> Even after analyzing the tables and the Optimizer mode is set to CHOOSE.
>
> SELECT a.col1, b.col2
> FROM table1 a, table2 b
> WHERE a.col1 = b.col1
>
> Any comments...
>
> Thanks in advance,
> Venu

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Whittle Jerome Contr NCI
  INET: Jerome.Whittle_at_scott.af.mil

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Feb 05 2003 - 08:52:37 CST

Original text of this message

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