当前位置:首页 > 数据库 > Oracle

oracle 记录被别的用户锁住

找出数据库的serial#,以备杀死:

select t2.username,t2.sid,t2.serial#,t2.logon_time 
from v$locked_object t1,v$session t2 
where t1.session_id=t2.sid order by t2.logon_time;

 杀死该session 

alter system kill session ‘sid,serial#‘

 

oracle 记录被别的用户锁住

标签:

本文系统来源:http://www.cnblogs.com/bingxueme/p/4563988.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐