Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: performance problem when migrate 7.3.4 to 8.0.5
Another thing you need to check on is the optimization method. If you were
using the rule based optimizer in 7, and are using cost optimization in 8,
there might be some tuning activities required. If you have access to a
product called SQL*Navigator with the SQL*Tuner package, it will tell you if
indexes are required to assist the optimizer. Also, you need to analyze the
tables. You can look for sql statements in sqlarea with poor hit ratios,
and identify which statements need help.
--
![]() |
![]() |