Get used to it...there are several parameters that affect the Optimizer's 
thinking/biases.  Change/add parameters with great care, preferably testing the change 
against some key explain plans of heavy impact SQL.  

>>> [EMAIL PROTECTED] 01/31/01 12:20PM >>>

 Have you tried increasing the hash_area_size, or db_file_multiblock_read_count? I've 
found altering these at the session level sometimes makes the optimizer prefer a 
hash_join, though not always. Sometimes I wonder where it's brain is.

  [EMAIL PROTECTED] wrote: 

I've used this in an attempt to make the optimizer prefer a hash join
over a nested loops join.

The desired results were not achieved.

Jared

On Tue, 30 Jan 2001 [EMAIL PROTECTED] wrote:

>
>
> Has any one messed with
> optimizer_index_cost_adj
> on 8.1.7 ??
>
> The default is 100, but my boss thinks 10 is a better value for Cost based Opmtzr..
> doesn't make any sense to me.. why would reducing the cost of using an
> optimizer make it more CBO or go faster.. what if its a large table?
>
> Is it a good strategy to reduce this value to 10 or so ..
>
> any one played with this on a 30GB database ? or any other size db?
>
> thanks, Bruce
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com 
> --
> Author:
> INET: [EMAIL PROTECTED] 
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
-- 
Author: 
INET: [EMAIL PROTECTED] 

Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).


---------------------------------
Do You Yahoo!?
- Get personalized email addresses from Yahoo! Mail Personal Address  - only $35 a 
year!

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Tim Sawmiller
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to