Examine the parameters set for your database instance:
You upgrade your database to Oracle Database 12c. The database supports a mixed workload and works with
different workloads at different times. You notice in an ADDM report that the shared pool is inadequately sized.
You resize the shared pool by decreasing the sizes of other pools, which results in inadequate sizes for other
pools. You want to automate the sizing of SGA components.
Which two actions should you perform? (Choose two.)
A.
Set the SGA_TARGET parameter equal to SGA_MAX_SIZE.
B.
Set the SGA_TARGET parameter to the sum of DB_CACHE_SIZE,SHARED_POOL, and
LARGE_POOL_SIZE.
C.
Set the MEMORY_MAX_TARGET parameter to the sum of DB_CACHE_SIZE,SHARED_POOL, and
LARGE_POOL_SIZE.
D.
Set DB_CACHE_SIZE,SHARED_POOL, and LARGE_POOL_SIZE to their minimum required values.
E.
Set the PGA_AGGREGATE_TARGET parameter to 0 and the SGA_TARGET parameter to 1.5G.