1、执行下面的SQL,找到被锁的表:
select b.owner table_owner,b.object_name,c.username,c.sid,c.serial#from v$locked_object a,dba_objects b,v$session c
where a.object_id=b.object_id and c.sid=a.session_id;
4153
1万+

被折叠的 条评论
为什么被折叠?