8 lines
152 B
SQL
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
|
|
/
|