随笔分类 -  ORACLE

摘要: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 阅读全文
posted @ 2017-04-01 09:11 一枚IT散人 阅读(16878) 评论(0) 推荐(0)