Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to get Oracle to an Index without hints?

Re: How to get Oracle to an Index without hints?

From: JimmyN1 <jimmyn1_at_aol.com>
Date: 08 May 2002 00:36:54 GMT
Message-ID: <20020507203654.02408.00007002@mb-fc.aol.com>


set the init.ora paramter
optimizer_index_cost_adj from 100 to 10. This will tell the CBO that index is less costly then full tablescans. Received on Tue May 07 2002 - 19:36:54 CDT

Original text of this message

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