select  b.MACHINE, b.PROGRAM , count(*) from v$process a, v$session b where a.ADDR = b.PADDR and  b.USERNAME is not null   group by  b.MACHINE  , b.PROGRAM order by count(*) desc;      

相关文章:

  • 2021-10-29
  • 2021-08-18
  • 2021-08-18
  • 2021-08-19
  • 2021-08-20
  • 2021-07-27
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2018-02-03
  • 2022-02-10
  • 2021-10-19
  • 2022-12-23
相关资源
相似解决方案