Oracle memory model AMM, ASMM
I have fonud this database (Oracle Enterprise 19) with the following parameters (I did login to PDB):
sga_max_size 40G
sga_target 0
memory_max_target 0
memory_target 0
pga_aggregate_target 10G
Buffer cache, shared pool, java pool, streams pool, large pool are all set to 0 (zero).
- What memory model would that be?
- if I now set ex. db_cache_size = 3G, what would be the meaning of that, fixed size 3G or starting value of 3G, and would that be applicable to other components of SGA, ex. shared pool, java pool, etc…?