摘要:        
怎样查看oracle当前的连接数呢?只需要用下面的SQL语句查询一下就可以了。#查看当前不为空的连接select * from v$sessionwhere username is not null#查看不同用户的连接数select username,count(username) from v$sessionwhere username is not null group by username#连接数select count(*) from v$session#并发连接数Select count(*) from v$sessionwhere status='ACTIVE'     阅读全文
        
            posted @ 2012-09-20 10:32
future2012lg
阅读(241)
评论(0)
推荐(0)
        
     
                     
                    
                 
                    
                 
                
 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号