摘要:
SQL> select count(*) from v$session #连接数SQL> Select count(*) from v$session where status='ACTIVE' #并发连接数SQL> show parameter processes #最大连接 process:... 阅读全文
posted @ 2014-06-16 10:58
秦瑞It行程实录
阅读(2618)
评论(0)
推荐(0)