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

Home -> Community -> Mailing Lists -> Oracle-L -> 10046 Level 8 Trace file disappeared

10046 Level 8 Trace file disappeared

From: Miller, Jay <JayMiller_at_TDWaterhouse.com>
Date: Thu, 14 Nov 2002 13:59:12 -0800
Message-ID: <F001.00503CB1.20021114135912@fatcity.com>


After playing around with this in development for a while I just tried setting Event 10046, Level 8 trace on a production process that was taking too long to run.  

Everything went smoothly, the trace file was being written to, when suddenly the trace file disappeared. The last time I checked it was a little over 2 Meg but I had max file size set to 2 Gig. All the space was freed up according to df -k.  

I tried setting the event to level 0 and back to level 8 but there was still no trace file. The session was still running.  

Here's what I ran:  

exec sys.dbms_system.set_bool_param_in_session(265, 16097,
'timed_statistics', true);

exec sys.dbms_system.set_int_param_in_session(265, 16097,
'max_dump_file_size', 2147483647);

exec sys.dbms_system.set_ev(265,16097,10046, 8, '');  

I'm on Oracle 8.1.7.2, Solaris 2.6.  

Does anyone have any ideas as to what might have happened to my file?    

Thanks,
Jay Miller
x48355

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: JayMiller_at_TDWaterhouse.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Nov 14 2002 - 15:59:12 CST

Original text of this message

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