读书人

ORACLE10G驱除死锁进程

发布时间: 2012-07-27 11:03:00 作者: rapoo

ORACLE10G清除死锁进程

select Distinct 'alter system kill session '||chr(39)||b.sid||','||b.serial#||chr(39)||';'As 组装语句在RAC执行时区分节点,b.username,b.logon_time

from v$locked_object a,v$session b

where a.session_id=b.sid

order by b.logon_time;;

读书人网 >其他数据库

热点推荐