Quote Originally Posted by craigdba
exec dbms_system.set_sql_trace_in_session('sid','serial#',TRUE);

How would you set the trace number and level in the above query???

you can set them in
Exec dbms_system.set_ev(sid,serial#,trace number,trace level);