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: Geomancer <pharfromhome_at_hotmail.com>
Date: 22 Oct 2003 19:14:15 -0700
Message-ID: <cf90fb89.0310221814.654dcab1@posting.google.com>


> Is there anyway I can force to do INDEX RANGE SCAN?

1- Use an index hint. Build an index on the columns in youtr WHERE clause and add a hint to the query.

2 - Set optimizer_index_cost_adj=10

3 - Add a rule hint. Rule will always use an index. Received on Wed Oct 22 2003 - 21:14:15 CDT

Original text of this message

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