I run:

begin
sys.DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION( 180, 3261, true );
end;


and it runs successfully....  I checked to what the user_dump_dest is
set to within
the database and got the path....  I check this path on the db server
and it doesn't
look like a file is being generated after I run sql stmts....  Please
send me any helpful
comments....

I thought it might be because I have to run this:
sys.DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION( 180, 3261, true );
then type some SQL....
then type:
sys.DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION( 180, 3261, false );
to kinda close the tracing...

but still no luck...



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Oracle DBAs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Oracle-DBAs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to