`
bluewind1433
  • 浏览: 153066 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

oracle 查看连接数

阅读更多
select * from v$session where username is not null

select username,count(username) from v$session where username is not null group by username #查看不同用户的连接数

select count(*) from v$session   #连接数

Select count(*) from v$session where status='ACTIVE' #并发连接数
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics