摘要: (1)查看被锁的表对应的session_id select b.owner,b.object_name,a.session_id,a.locked_mode from v$locked_object a,dba_objects b where b.object_id = a.object_id; ( 阅读全文
posted @ 2019-08-15 09:07 wullll 阅读(1674) 评论(0) 推荐(0)