2014-09-17 13:23:48 +02:00

8 lines
152 B
SQL

select
'exec dbms_monitor.session_trace_enable('||sid||','||serial#||',waits=>true,binds=>true);' command_to_run
from
v$session
where
&1
/