How Does sql_trace=true change things?
Has anyone experienced a change in query performance (but not a change in execution plan) when turning sql_trace on?
I have been trying to diagnose a query performance problem and have noticed that the query's performance is two or three orders of magnitude worse when I turn sql_trace on, and then performance is just fine when sql_trace is turned off.
This is on 64bit Oracle 9.2.0.7.0.
I have been trying to diagnose a query performance problem and have noticed that the query's performance is two or three orders of magnitude worse when I turn sql_trace on, and then performance is just fine when sql_trace is turned off.
This is on 64bit Oracle 9.2.0.7.0.
0