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: TABLE ACCESS FULL

Re: TABLE ACCESS FULL

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Thu, 23 Oct 2003 13:51:35 +0100
Message-ID: <3f97ced8$0$259$ed9e5944@reading.news.pipex.net>


Can you post the query and the explain? I can think of a number of reasons why your index might not be being used, but you don't give sufficient information as to why.

-- 
Niall Litchfield
Oracle DBA
Audit Commission Uk
"Jay" <no_at_spam.com> wrote in message
news:bn6oks$2igr$1_at_msunews.cl.msu.edu...

> I'm trying to speed up my query which selects only 30 records out of
> 3million records.
> All my conditions are indexed but when I explains it, it says TABLE ACCESS
> FULL.
> I use "between" and, it seemingly, when I reduce range of "between" then
it
> does INDEX RANGE SCAN.
>
> Is there anyway I can force to do INDEX RANGE SCAN?
> Thanks.
> -Jay
>
>
>
>
>
>
Received on Thu Oct 23 2003 - 07:51:35 CDT

Original text of this message

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