Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> sql extended tracing
Anyoe have amy idea why I'm not gettign trace files gnerated?
On my first go around I got a trace on one session but not the 2nd and now
I can't get either one to generate a trace file:
max_dump_file_size is unlimited at db level.
SQL> exec dbms_support.start_trace_in_session(sid => 29, serial => 13592,
waits => true, binds => true);
PL/SQL procedure successfully completed.
SQL> exec dbms_support.start_trace_in_session(sid => 47, serial => 177 , waits => true, binds => true);
PL/SQL procedure successfully completed.
Thanks
- David
![]() |
![]() |