PLSQLDevelop 查询当前未完成的会话

View Code
select t1.sid, t1.serial#, t1.username, t1.logon_time from v$session t1 , v$locked_object t2
where t1.sid = t2.session_id order by t1.logon_time

 

posted @ 2013-01-12 15:51  杨斌_济南  阅读(387)  评论(0编辑  收藏  举报