sql trace
555356Sep 15 2008 — edited Sep 15 2008maybe a silly question: what's the best way to set up sql trace?
I use:
exec dbms_system.set_sql_trace_in_session(64,49548,true);
Is there another better way?
Also, once the session disconnect, the trace automatically terminates so I don't need to stop the trace by setting to false, right?
Thanks.