How I solved Query Runs much Slower 10g than in 9i

Comments
-
Hi,
Have you taken stats on table, System Stats, Sys user stats before migration. Rule hint is forcing optimizer to behave like RBO which is not as efficient as CBO. Please try what I have mentioned as above and try without Rule hint.
0 -
Did you check "_optimizer_cost_model" value? in 9i it is set to I/O where as in 10g it defaults to CPU. if your system is CPU bount, it will cause the performance degradation.
Regards,
Palwinder.
0