摘要:
注意:必须有Oracle DBA 权限才能操作一下SQL语句: 查询锁定的会话 select * from v$session t where t.SID in (select t2.session_id from v$locked_object t2); 查询锁定的对象 select * from 阅读全文
posted @ 2016-05-17 15:36 sunormoon 阅读(508) 评论(0) 推荐(1)
|
摘要:
注意:必须有Oracle DBA 权限才能操作一下SQL语句: 查询锁定的会话 select * from v$session t where t.SID in (select t2.session_id from v$locked_object t2); 查询锁定的对象 select * from 阅读全文
posted @ 2016-05-17 15:36 sunormoon 阅读(508) 评论(0) 推荐(1) |
||