Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Why no row source plans in tkprof output?
Also make sure your max_dump_file_size is big enough so that the file
doesn't get closed by the size limit before the STAT lines can be
written to it.
Regards,
Brandon
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Stefan Knecht
The STAT lines (row source operations) only get dumped in the tracefile when the cursor gets closed. If, for example, you're tracing a running session for a short period of time, you may not get any plans in the tracefile (and hence in tkprof).
Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 24 2007 - 11:23:48 CDT