Exhibit:
View the Exhibit to examine the parameter values. You are planning to set the value for the
MEMORY_TARGET parameter of your database instance.
What value would you assign?
A. 1440 MB
B. 90 MB
C. 362 MB
D. 272 MB
由于要设置 MEMORY_TARGET,即启用 AMM(automatic memory management).
MEMORY_TARGET=SGA_TARGET+PGA_AGGREGATE_TARGET
--memory_target = sga_target + max(pga_aggregate_target, maximum PGAallocated)
故 272+90=362 C 对