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: parallel queries using RULE

Re: parallel queries using RULE

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Thu, 11 May 2000 16:46:31 -0700 (PDT)
Message-Id: <10494.105435@fatcity.com>


Any hint, except the RULE hint, will invoke the CBO. Also any parallel settings (degree or instances) invoke the CBO from 7.3 and on.

An excellent doc available on MetaLink which details whether the CBO or RBO will be used is:
  Note 66484.1 - "Which Optimizer is Used ?"

So to answer Nigel's original question, NO, you cannot use PQO with RBO regardless of whether the table is partitioned.

HTH,

Received on Thu May 11 2000 - 18:46:31 CDT

Original text of this message

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