2015年3月26日

查看oracle锁及解决办法

摘要: SQL> select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1, v$session t2 where t1.session_id=t2.sid order by t2.logon_time;USERNA... 阅读全文

posted @ 2015-03-26 17:44 遠離塵世の方舟 阅读(135) 评论(0) 推荐(0) 编辑

导航