AWR Space consumption is greater than or equal to 10% of total SYSAUX space.
Hi there,
I know I say it every time I comment on ORACHK, but I *really* appreciate this tool. I use orachk at the end of EVERY installation to improve the level of quality that I deliver.
However, I am also interested in improving the Quality of orachk itself.
With a freshly installed database, I get a warning that the AWR space consumption is high. Is this relevant when the total consumption is less than 10MB?
SQL> REM Top 10 AWR objects consuming high SYSAUX space
SQL> set lines 200
SQL> set pages 100
SQL> col segment_name format a30;
SQL> col mb format 99,990.0;