2007-09-26
oracle 查看数据库连接备忘
关键字: oracleselect count(*) from v$session where username is not null order by machine; select * from v$session where username is not null order by machine; select count(*) from v$session where username is not null and machine='test1' order by machine ; select count(*) from v$session where username is not null and machine='localhost.localdomain' order by machine ; select * from v$process where username is not null ; select * from V$SHARED_SERVER_MONITOR ; SELECT * FROM v$open_cursor; SELECT sql_text,COUNT(*) FROM v$sql s , v$session se WHERE se.prev_hash_value =s.hash_value GROUP BY sql_text;
发表评论
- 浏览: 101056 次
- 来自: 北京

- 详细资料
搜索本博客
我的相册
IMG_7195
共 46 张
共 46 张
最近加入圈子
最新评论
-
北京太乱了,求你,别来了 ...
深有感触。。。
-- by zisidemao -
【收藏】通过js调用WebSer ...
Where's http://localhost/accountws/servi ...
-- by dayrl -
Xfire在Spring下实现安全 ...
开源否开源社区:http://www.kaiyuanfou.com有更详细的说明
-- by zhongludeng -
Xfire在Spring下实现安全 ...
开源否开源社区:http://www.kaiyuanfouc.com有更详细的说 ...
-- by zhongludeng -
关于EhCache的使用
:o :lol: :cry: :wink:& ...
-- by dsl_0375






评论排行榜