Upgrade Oracle DBA 11g to Oracle Database 12c — Question 24

Automatic Shared Memory Management (ASMm) is enabled for your database instance, but parameters for the managed components are not defined.
You execute this command:
SQL> ALTER SYSTEM SET DB_CACHE_SIZE = 100M;
Which statement is true?

Answer options

Correct answer: D

Explanation

The correct answer is D because setting DB_CACHE_SIZE to 100M indicates the maximum space that can be allocated for dynamic distribution within the buffer cache. Options A, B, and C are incorrect as they misinterpret the implications of the DB_CACHE_SIZE setting, and option E incorrectly states the minimum size for all buffer caches.