Hello
I am running Oracle 11g in following environment :
OS: Windows 2008 (32 bit)
RAM: 16GB
I like to set memory_target 10GB. I have tried as follows:
ALTER SYSTEM SET MEMORY_MAX_TARGET=10G SCOPE=SPFILE;
ALTER SYSTEM SET MEMORY_TARGET=10G SCOPE=SPFILE;
SHUTDOWN IMMEDIATE;
STARTUP;
But database failed to startup by following error:
ORA-27102: out of memory
Then I startup database from pfile setting 1600M for MEMORY_MAX_TARGET and MEMORY_TARGET .
Now my question, is there any way to set MEMORY_TARGET=10G in 32bit windows environment?
Thanks
Suman