Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SQL TRACE
The original question was how to set sql_trace = false without a shutdown
which implies that init.ora has sql_trace = TRUE and they want it off
without stopping the database.
Mladen's suggestion should work fine. The only thing that I do not understand if it's going to work dynamically like that, then why it's does not have the option to be altered on the SYSTEM level "Alter system set sql_trace = false".
My guess: Mladen's suggestion may not work perfectly.
Let's know.
Waleed
-----Original Message-----
Sent: Friday, May 16, 2003 2:41 PM
To: Multiple recipients of list ORACLE-L
Pardon me,
but that won't help if I set trace in my session.
Raj
-----Original Message-----
Sent: Friday, May 16, 2003 1:53 PM
To: Multiple recipients of list ORACLE-L
Yes, there is. The following command should do the trick:
alter system set events='10046 trace name context off';
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Khedr, Waleed
INET: Waleed.Khedr_at_FMR.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 Fri May 16 2003 - 14:46:44 CDT