如何查看oracle当前连接数,会话数 最新更新| 软件分类| 专题汇总| 手机版

您所在的位置:首页 > 如何查看oracle当前连接数,会话数 > 信息评论 >

如何查看oracle当前连接数,会话数

  如何查看oracle当前连接数,会话数 收藏  查看session:  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(*) fr

网友评论

发表评论

(您的评论需要经过审核才能显示)