Find out TRACE file of a session
Hi,
I'm generating trace file of a session (not the session where I'm login into) by the following command..
EXEC DBMS_SUPPORT.start_trace(sid=>123, serial=>1234, waits=>TRUE, binds=>FALSE);
Now, after start tracing I cannot find out the trace file which is generated for SID=123.
Can you help me to find out the trace file? I mean, is there anyway to find out the trace file name for SID=123?
Thanks,
Anjan