View the Exhibit and examine the content of the V$MEMORY_RESIZE_OPS view.
Which two conclusions can you draw? (Choose two.)
A.
Automatic Memory Management (AMM) is enabled.
B.
Automatic Shared Memory Management (ASMM) is enabled but not AMM.
C.
The Shared Pool grew in IMMEDIATE mode to avoid an out-of-memory error.
D.
The Default Buffer Cache grew in DEFERRED mode to avoid an out-of-memory error.
E.
The memory is transferred in IMMEDIATE mode only if there are entirely empty granules available in other components.
A. SGA and PGA Targets changing indicate AMM is enabled. These will be static otherwise.
C. Explanation of immediate: https://community.oracle.com/thread/1086033