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: CBO / RBO question

Re: CBO / RBO question

From: Shevtsov, Eduard <EShevtsov_at_flagship.ru>
Date: Mon, 11 Dec 2000 12:33:14 +0300
Message-Id: <10707.124167@fatcity.com>


Hi Russ,

I think Oracle will use the CBO because of DOP > 1 (as well as partitioning) forces using the CBO. You can always check what optimizer is used by Oracle via column COST in the explain plan.

Regards
Ed

> Hi all,
> On Oracle 8.0.5 CBO, we encountered an issue with the CBO choosing to
> access a table via an index read instead of by ROWID. By dropping
> statistics on the table, we triggered it to use RBO and corrected the
> problem. Here's the question. If we increase the degree of parallel,
this
> would normally cause the CBO to be used. But since the statistics are
still
> gone, don't we wind back up using the RBO?
>
> Thanks,
> Russ
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Russell Brooks
> INET: russell.brooks_at_amctechnology.com
>
> 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: 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 Mon Dec 11 2000 - 03:33:14 CST

Original text of this message

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