记录被别的用户锁定(Record is locked by another user)

查询被锁定信息

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

解锁

alter system kill session 'sid,serial#';

posted @ 2018-12-22 21:45  蓝色土耳其  阅读(1215)  评论(0编辑  收藏  举报