ora-00054资源正忙,但指定以nowait方式

select l.session_id,o.owner,o.object_name
from v$locked_object l,dba_objects o
where l.object_id=o.object_id;

select t2.username,t2.sid,t2.serial#,t2.logon_time
from v$locked_object t1,v$session t2
where t1.session_id=t2.sid and t1.SESSION_ID in(605,593,576,55047534917688) order by t2.logon_time;

 

posted @ 2018-08-01 15:31  李慕白520  阅读(184)  评论(0编辑  收藏  举报