Oracle Database 12c: Installation and Administration — Question 110

Examine the following parameters for a database instance:

MEMORY_MAX_TARGET=0 -

MEMORY_TARGET=0 -

SGA_TARGET=0 -

PGA_AGGREGATE_TARGET=500m -
Which three initialization parameters are not controlled by Automatic Shared Memory Management (ASMM)? (Choose three.)

Answer options

Correct answer: A, E, F

Explanation

The correct answers A, E, and F are parameters that are not controlled by ASMM, which focuses on managing the memory components within the SGA and PGA. Options B, C, and D are managed by ASMM, meaning they will adjust automatically based on workload requirements.