摘要: SQL> select count(*) from v$session #当前的连接数 SQL> Select count(*) from v$session where status='ACTIVE' #并发连接数 SQL> select value fro... 阅读全文
posted @ 2017-07-18 09:39 六七十三 阅读(48) 评论(0) 推荐(0) 编辑