How to allocate huge memory for SGA?
*** Oracle is currently working on an SR on this topic, while we are diagnosing the problem we are opening up this question to our user community so they can add perspective to the solution based on their real world experience ***
Problem : How to allocate huge memory for SGA?
Database: 10.2.0.4
OS : Linux X86-64
Description :
We have got a server with 64 GB RAM.
This is the first server with 64GB RAM in our environment.
In general, we use to set the values with below formula,
pga_aggregate_target=<value> #20% of the RAM size
sga_target=<value> #40% of the RAM size
shared_pool_size=<value> #20% on the SGA_TARGET value
This is the first server with 64GB RAM in our environment.
In general, we use to set the values with below formula,
pga_aggregate_target=<value> #20% of the RAM size
sga_target=<value> #40% of the RAM size
shared_pool_size=<value> #20% on the SGA_TARGET value
0