摘要: 11、查询oracle的连接数2select count(*) from v$session;32、查询oracle的并发连接数4select count(*) from v$session where status='ACTIVE';53、查看不同用户的连接数6select username,co... 阅读全文
posted @ 2015-07-23 17:07 一汪海洋 阅读(703) 评论(0) 推荐(0)