Oracle Database 12c: Advanced Administration — Question 82

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 the DB_CACHE_SIZE to 100M specifies the maximum space that can be dynamically distributed for the buffer cache. The other options incorrectly interpret the implications of this setting regarding minimum and maximum sizes or guarantees for buffer cache space.