Oracle 12c enable automatice memory management
Hi everybody,
I enabled the automatic memory management by setting the following Values for my database :
memory_target = 560G
sga_target = 35G
inmemory_size = 520G
------------------------------------------------------
all other memory components are not set.
the database is running, and everything is nice, but I noticed the default buffer cache which managed by oracle is 512M ?
and this value is too low for our DW database.
-------------------------------------------------------
I also create pfile from memory to check the current value, is also still 512M, so is that normal ?