orawin.info

Niall's Oracle Pages – Oracle Opinion since 2004

Archive for March 30th, 2005

Simple Profiler Bug Alert

without comments

I have noticed a significant issue with the SimpleProfiler Utility, this issue is also likely to affect users of the Trace Analyzer Utility from Oracle. The issue is this, STAT lines that get emitted to the trace file after a new cursor has been parsed get associated with the new cursor rather than the cursor they refer to. This has the effect that some execution plans may be truncated whilst others may display incorrect information.

I will be working on this, but if you suspect that the execution plan that Simple profiler lists doesn’t make sense or is truncated then the workaround is to run the trace file through tkprof (without the explain= option since that can also give incorrect results) and look for the plan recorded there.

Possibly Related Posts:

  • No Related Posts found

Written by Niall Litchfield

March 30th, 2005 at 2:29 pm

Posted in Uncategorized