AMM and Memory_target after creating the database
Neo-bMay 14 2012 — edited May 14 2012Hello All,
I created an Oracle RAC 11.2.0.3 database using dbca.
During the installation I enabled AMM.
but after creating my database I found that the memory_target is 0 while sga_target and pga_aggregate_target were set.
Why It was not set during the installation, knowing that I enabled AMM from dbca?
Can I use the below steps to enable AMM on RAC??
ALTER SYSTEM SET MEMORY_TARGET=5G SCOPE=SPFILE sid='*';
ALTER SYSTEM SET PGA_AGGREGATE_TARGET=0 SCOPE=SPFILE sid='*';
ALTER SYSTEM SET SGA_TARGET=0 SCOPE=SPFILE sid='*';
Regards,