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!

how to find trace file

902332Mar 8 2013 — edited Mar 8 2013
hi all,

i generated a trace file using :

SQL> alter system set events '1940 trace name errorstack level 3';

System altered.

SQL> drop user RHUNTER1;
drop user RHUNTER1
*
ERROR at line 1:
ORA-01940: cannot drop a user that is currently connected

SQL> alter system set events '1940 trace name errorstack off';

System altered.


it's oracle 10gr2 database. Now i checked for trace file in udump. but there are lot of trace files generating in a minute. how can i find the exact trace file.

please help to find this.

thanks
This post has been answered by Mark D Powell on Mar 8 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2013
Added on Mar 8 2013
6 comments
1,482 views