摘要:
Calculate the size of archive log files each day SQL> SELECT TRUNC(COMPLETION_TIME) ARCHIVED_DATE, SUM(BLOCKS * BLOCK_SIZE) / 1024 / 1024 SIZE_IN_MB F 阅读全文
摘要:
Oracle 中的前 10 个 CPU 消耗会话 col program form a30 heading "Program" col CPUMins form 99990 heading "CPU in Mins" select rownum as rank, a.* from ( SELECT 阅读全文