Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle trace file on/off
>From what I know, there is no way to find if a session has turned on the tracing unless it is your own session. DBMS_SYSTEM.read_ev can you tell you if the current session is tracing or not, but it can not interrogate other sessions.
The only way I know is to check the trace files generated in the udump directory.. but it is not fool-proof.
And since you can not find out who is tracing at the moment, you can not stop it..
Ross, I sure would like to learn the trick. Can you please post it?? :)
Thanks.
-----Original Message-----
Sent: Monday, January 28, 2002 5:05 PM
To: Multiple recipients of list ORACLE-L
iteratively loop thru ORADEBUG asking sid/serial# if they have events set, as i recall.
-----Original Message-----
Sent: Monday, January 28, 2002 5:40 PM
To: Multiple recipients of list ORACLE-L
Hi all,
How do I find out if someone is running trace on oracle database and how do I turn trace off?
Thanks,
David
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Nguyen, David M
INET: david.m.nguyen_at_xo.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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 Mon Jan 28 2002 - 18:35:36 CST
![]() |
![]() |