12 lines
247 B
SQL
12 lines
247 B
SQL
prompt eXplain with Profile: Running DBMS_SQLTUNE.REPORT_SQL_MONITOR for SID &3....
|
|
set termout off
|
|
|
|
spool &SQLPATH/tmp/xprof_&_i_inst..html
|
|
|
|
@@xprof ALL HTML SESSION_ID &1
|
|
|
|
spool off
|
|
|
|
host &_start &SQLPATH/tmp/xprof_&_i_inst..html
|
|
set termout on
|