摘要: Oracle 中的前 10 个 CPU 消耗会话 col program form a30 heading "Program" col CPUMins form 99990 heading "CPU in Mins" select rownum as rank, a.* from ( SELECT 阅读全文
posted @ 2023-04-11 22:12 雪竹子 阅读(1833) 评论(0) 推荐(0)