select * from v$session t1, v$locked_object t2 where t1.sid = t2.SESSION_ID;
alter system kill session ‘219,3069‘; 数字为(saddr,sid)杀掉会话。
本文出自 “computerscience” 博客,请务必保留此出处http://changgusan.blog.51cto.com/1948748/1734307
原文:http://changgusan.blog.51cto.com/1948748/1734307