Oracle_scripte/Tanel/traceoff.sql
2014-09-17 13:23:48 +02:00

9 lines
129 B
SQL

select
'exec dbms_monitor.session_trace_disable('||sid||','||serial#||');' command_to_run
from
v$session
where
&1
/