oracle kill dbms job
15 November 2015
1) find sid and serial#
Select a.*, b.serial# From Dba_Jobs_Running a, v$session b
Where a.sid = b.sid
2) ALTER SYSTEM KILL Session ‘sid,serial#’
ALTER SYSTEM KILL Session '1014,54404';
blog comments powered by Disqus