Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disable SQL TRACE seems to be not working

guruparanMar 28 2011 — edited Aug 16 2011
Hi,

For finding the SQL TRACE file, I executed the below SQL :

SQL> alter system set sql_trace=true;

System altered.

SQL> alter system set timed_statistics=true;

System altered.

SQL> alter system set max_dump_file_size=unlimited;

System altered.

SQL> alter system set tracefile_identifier='DAILY_JOB2';

System altered.

SQL> alter system set events '10046 trace name context forever, level 12';

System altered.

and then this command

SQL> alter system set sql_trace=false;

System altered.

But still, the SQL trace files getting generated, even after 20-30 mins. Any idea why?
This post has been answered by guruparan on Aug 16 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 13 2011
Added on Mar 28 2011
8 comments
1,525 views