Oracle Database Administration 2022 Certified Professional — Question 40

SGA_TARGET and PGA_AGGREGATE_TARGET are configured to nonzero values.
MEMORY_TARGET is then set to a nonzero value but MEMORY_MAX_TARGET is not set.
Which two statements are true? (Choose two.)

Answer options

Correct answer: A, G

Explanation

The correct answer A states that SGA_TARGET and PGA_AGGREGATE_TARGET provide minimum size limits for their respective memory areas, which is true. Answer G is also correct because when MEMORY_MAX_TARGET is not set, it defaults to MEMORY_TARGET. The other options are incorrect as they either misrepresent the behavior of MEMORY_MAX_TARGET or the limits of SGA and PGA sizes.