SQL query slow
We are have two development server, here we can call server10 and server11.
Server’s having same hardware and OS, but different oracle version, server 10 and server 11 having oracle 10g and oracle 11g respectively.
Problem, when you run sql query in oracle 11g it’s very slow compare to oracle 10g server.
Here I have checked
1) sga size – comparatively 11g size is big
2) no full table scan
OS – SUN
DB: 11.1.0.7.0, 10.2.0.4.0
can you give me advice or idea, how to overcome the issue?