摘要:
(1)以sys用户登陆数据库查询死锁:SQL> select username,lockwait,status,machine,program from v$session where sid in(select session_id from v$locked_object);(2)然后使用一下语... 阅读全文
摘要:
想知道你現在所使用的Oracle版本是多少嗎?? 執行以下的SQL語法就行啦!!(擇一)select * from v$version;select * from product_component_version;参考:http://taichitech.blogspot.hk/2007/11/o... 阅读全文