Oracle database change to Automatic memory management
My Environment details as follow:
Oracle 12.1.0.2.0 installed in Oracle Linux (2.6.32-400.37.18.el6uek.x86_64)
I need to change the Oracle database memory to be Automatic memory management instead of static memory.
my question is :
all i need to do is alter sga , pga, memory_target, memory_max_target to be equal 0 or i have to check values related to OS first?
Regards