会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
YangBin
管理
2013年1月12日
PLSQLDevelop 查询当前未完成的会话
摘要: View Code select t1.sid, t1.serial#, t1.username, t1.logon_time from v$session t1 , v$locked_object t2where t1.sid = t2.session_id order by t1.logon_time
阅读全文
posted @ 2013-01-12 15:51 杨斌_济南
阅读(387)
评论(0)
推荐(0)
编辑
公告