select username,count(username) from v$session where username is not null group by username;--查询各个用户占用连接数情况
select count(*) AS JAVACOUNT  from v$session where username='PCMS' and SCHEMANAME='JDBC Thin Client';--查询PCMS用户下,jdbc占用的连接数

 

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2022-01-04
  • 2021-10-25
  • 2021-12-18
  • 2021-12-14
  • 2022-01-13
  • 2021-11-23
相关资源
相似解决方案