Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Trace Files and Stored Procedures

RE: Trace Files and Stored Procedures

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Wed, 26 Jan 2005 14:38:15 +0100
Message-ID: <2CF83791A616BB4DA203FFD13007824A01E6B329@MSXVS02.trivadis.com>


Ciao Alfonso

>I have 2 schemas A contains tables and B contains Stored Procedures
>when I try to trace the stored procedures It doesn't register the
>execution plans and the number or records of each step, although it
>came with the parse, exec and fetch stats.
>I'm running 9.2.0.5. Any Suggestions?

The execution plans is stored in the trace file when the cursor is = closed.

The PL/SQL engine manages a cursor cache. In your case, I guess, this = cache holds some cursors... if you close the session that called the = procedure you should see the execution plans in the trace files.

HTH
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 26 2005 - 08:41:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US