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

15 lines
200 B
SQL

-- script by Tanel Poder (http://www.tanelpoder.com)
set termout off
spool odl.tmp
oradebug dumplist
spool off
host grep -i &1 odl.tmp
host del odl.tmp
set termout on
prompt
prompt (spool is off)