Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: 8.1.5 much slower than 7.3.4
The sad truth of the matter is that some of the carefully tuned SQL you
wrote for RULE-based optimization in 7.x will not work well in 8i, even if
the tables are analyzed. There isn't any easy answer, though you could
determine if this is the case on a test database by dropping statistics on
your tables, setting the instance to RULE in the init.ora and running for a
while to see if performance improves. Improvement would be an indicator that
you need to do two things:
This certainly isn't a cheap process, but in the long run it's inevitable if the queries themselves are at issue because Oracle has stated that they won't necessarily support RULE optimization forever (just for long enough for it no longer to be used by SYS <g>) and by using RULE you can't take advantage of hints, bitmap indexes and other goodies.
-----Original Message-----
From: Louis BROUILLETTE [mailto:Louis_Brouillette_at_UQTR.UQuebec.CA]
Sent: Thursday, May 18, 2000 2:03 PM
To: ORACLE-L_at_fatcity.com
Cc: oracledba_at_QuickDOC.co.uk
Subject: 8.1.5 much slower than 7.3.4
Here is a summary of what I got from all of you:
1) if in cost base optimizer, did I analyze the tables
--> Yes
2) the changes I made to the init.ora are:
Thanks for your input. I guess there is nothing obvious so I'll look at it more closely and tell you what I find.
Louis Brouillette
Analyste en informatique (DBA)
Universite du Quebec a Trois-Rivieres
Tel: (819) 376-5011 ext. 2435
Email: Louis_Brouillette_at_uqtr.uquebec.ca
![]() |
![]() |