SGA TARGET ADVISORY IN ORACLE
The V$SGA_TARGET_ADVICE view provides information that helps us in deciding optimal value for SGA_TARGET.MMON background process gather statistics about
oracle configurationintermediate
by OracleDba
19 views
The V$SGA_TARGET_ADVICE view provides information that helps us in deciding optimal value for SGA_TARGET.MMON background process gather statistics about
12345678
a. DB_CACHE_ADVICE should be ON
SQL> show parameter db_cache_advice
STATISTICS_LEVEL should be TYPICAL/ALL.
SQL> show parameter statistics_level
SQL> select * from v$sga_target_advice order by sga_size;Please to add comments
No comments yet. Be the first to comment!