Memory allocation in AMM
I want to understand how assm works when we allocate sga_target and sga_max_size.Suppose SGA_MAX_SIZE=14GB,SGA_TARGET=10GB ,STAREAMS_POOL_SIZE=1GB and SHARED_POOL_SIZE=3GB then Can we increase the maximum value of SGA_TARGET=15GB if yes then how it is going to work.If we will increase the size of SGA_TARGET to 12GB then how other componenets are going to work.How the allocation will work?
Regards