Modified MEMORY_TARGET and MEMORY_MAX_TARGET to 4096 instead of 4096M (ORA-04031), how to fix.
Hello
Mistakenly I have set MEMROY_TARGET and MEMORY_MAX_TARGET to 4096 instead of 4096M. How can I fix. I am getting error ORA-04031.
Should I use
ALTER SYSTEM SET MEMORY_MAX_TARGET = 4096M SCOPE = SPFILE;
Or should I update init.ora file with required parameter. which one is more correct.
BR