Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Latch Free / Shared Pool on Fetch
I tihnk in about 2001 or 2002 I logged an enhancement request to provide additional level for 10046 to include v$mystat (or sesstat) at the beginning and end of the trace, but "since the ability to dump process state exists and the data is already included in process state dump, your enhancement request is not feasible" was the reply from Oracle.
So, I created a generic procedure that can bve used to start and stop trace. At the start it dumps v$mystat to the tracefile and once again at the end using dbms_system.ksdwrt. Only thing I don't know how to fix is if someone added a tracefile_identifier later, things got out of hand.
Best regards
Raj
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Jul 01 2004 - 06:08:06 CDT