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