MEMORY_TARGET QUESTION
I have a database(11gr2) which is using the automatic memory management. The memory_target is 16gb , sga_max_target is 16gb and the sga_target is 6GB and pga_aggregate_target is 2gb. My question here is if the database needs more than 6gb of SGA_TARGET and 2GB of pga_aggregate_target will the it be tuned automatically by the AMM or no. As per the document if we leave the sga_target and pga_aggregate_target to a positive value then they will be acting as a minimum values for the sga and pga. Please help me