Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Q about Oracle Optimizer
IMHO,Problem in this situation is that ,in 7.3.4 ,if I am not wrong ,thier
optimizer must be RULE as default and after migration if optimizer is not
explicitly set as RULE , default optimizer in 8.1.6 is CHOOSE. This is the
reason their objects never analyzed in 7.3.4 or now in 8.1.6.
If optimizer is set explicitly as RULE in initSID.ora will automatically
resolve their problem...
Besides just going to CHOOSE and analyzing objects will not resolve all
performance issues as it depends on application code, which was
tuned/written keeping in mind RULE based optimizer and such codes must be
checked and modified to get the best result under CHOOSE....
MOHAMMAD RAFIQ
Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Date: Sat, 18 Aug 2001 05:45:19 -0800
That's true provided you're not using any of the new features introduced in 8.0, and later versions, that automatically cause the CBO to be used (e.g. partitioning, degree or instances > 1, IOT, etc...)
When in doubt, I always check metalink note: 66484.1.
HTH,
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: A. Bardeen INET: abardeen1_at_yahoo.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). _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mohammad Rafiq INET: rafiq9857_at_hotmail.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 Sat Aug 18 2001 - 08:34:13 CDT
![]() |
![]() |