View Single Post
  #5 (permalink)  
Old 08-18-2005, 08:53 PM
alan_h_r@yahoo.com
Guest
 
Posts: n/a
Default Re: No Explain Plans from TKPROF

Hi Dan,

I think I've figured it out (with your kind help) -

My original test script turned off tracing, disconnected and then did
an exit from sqlplus. When I took out the line that turned off tracing
everything appeared in the tkprof file as expected. As you suggested,
I must have been turning off tracing before all the cursors got closed.

Thanks again!!!!

Alan

Reply With Quote