Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Win2000/8.1.7.3.0/SQL
Mike,
> Ok...this is strange. The optimizer_mode is set to RULE, but if
> I put a RULE hint into the SQL it runs OK. I tried increasing
This is almost clearly a case of the CBO being forced for whatever reason. And there are many :( Cut and paste from the Fine Manual (Oracle 8i Designing and Tuning for Performance). See the last 'Note:' :)
The Optimizer 4-19
Features that Require the CBO
The use of any of the following features requires the use of the CBO:
n Partitioned tables
n Index-organized tables
n Reverse key indexes
n Function-based indexes
n SAMPLE clauses in a SELECT statement
n Parallel execution and parallel DML
n Star transformations
n Star joins
n Extensible optimizer
n Query rewrite (materialized views)
n Progress meter
n Hash joins
n Bitmap indexes
n Partition views (release 7.3)
Note: Even if the parameter OPTIMIZER_MODE is set to RULE, the
use of these features enables the CBO.
John Kanagaraj
Oracle Applications DBA
DBSoft Inc
(W): 408-970-7002
Disappointments are inevitable in Life, but discouragement is optional. You decide!
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 Tue Aug 20 2002 - 15:23:31 CDT
![]() |
![]() |