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: oracle full table scan

RE: oracle full table scan

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Wed, 02 Apr 2003 23:18:36 -0800
Message-ID: <F001.00579063.20030402231836@fatcity.com>

>Dear All,
>
> is there any way to find which tables (table
>name) are suffering from
>full table scan ,so that i can create indexes on
>them to enhance the
>performance.
>
>
>Thanks
>
>Arvind

 "A time for indexed access; and a time for full scans.   A time for nested loops; a time for hash joins."

           The Ecclesiastes, 3:8.3.0.5

 Equating full scans to bad performance is not always true. It's more a matter of how much data you browse through compared to what you ultimately want to return.

Regards,

Stephane Faroult
Oriole

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriolecorp.com

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 Thu Apr 03 2003 - 01:18:36 CST

Original text of this message

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