Hit-Ratio after change *.sga_max_size, *.sga_target and
Hello,
On our Cluster ( 4 instance), we have config form sga ( parameter for instance, and parameter for cluster) :
- Init.ora
…
INSTANCE1.sga_max_size=10737418240
INSTANCE2.sga_max_size=10737418240
INSTANCE3.sga_max_size=10737418240
INSTANCE4.sga_max_size=10737418240
*.sga_max_size=21474836480
INSTANCE1.sga_target=10737418240
INSTANCE2.sga_target=10737418240
INSTANCE3.sga_target=10737418240
INSTANCE4.sga_target=10737418240
*.sga_target=21474836480
…
We change init to have only parameter *.sga_ , and restart database Cluster :
- Init.ora
*.sga_max_size=21474836480
*.sga_target=21474836480
After Change we have a hit ratio 2.3% , before change it’s was about 98%
I need your help to understand why this change for Hit Ratio, Maybe after restart Oracle flash Buffers like Library Cache !!