Memory used by Oracle database
Server: Dell server, 50GB physical memory
OS: Windows 2012 R2
DB: Oracle 11g R2 Standard Edition One/Two
When we install Oracle db, by default it will assign 40% of physical memory to Oracle database. So assuming it will assign 20GB to Oracle DB. Now if we setup the Oracle DB in AMM (automatic memory management) mode.
memory_max_target=20G
memory_target=20GB
sga_max_size=20G
sga_target=0
pga_aggregate_target=0
Hoping if all my parameters above are correct, we have allocated 20GB memory for Oracle DB on this server.
When we start the server, initially Oracle.exe process (windows task manager) might show up only 3GB used and later during peak hours it can go to a max of 20GB max. correct ?