11g Oracle Database Memory Tuning.
How to know my current database memory allocation is correct? Currently our database is running in oracle 11g R2 in AIX Operating System.
Our physical memory is 80GB and I have allocated memory_target =62GB and memory_max_target=62GB. Sga_target=0 and PGA_AGGREGATE_TARGET=0.
My Questions are
1) Is the memory_target and memory_max_target is appropriate?
2) From the memory_target, the sga_target and pga target is auto allocate appropriate?
Thanks.