Hi,
DB - 11.2.0.3.0
OS - Linux 2.6.18-164.el5 #1
Environment is two node RAC. spfile is created in shared location(softlink) for node1 and node2. We bounce the node1 instance for testing purpose(change memory related parameter in node1 in init file).
When i startup my node1 with the shared spfile its prompt for the below error.
SQL> STARTUP;
ORA-00844: Parameter not taking MEMORY_TARGET into account
ORA-00851: SGA_MAX_SIZE 4194304000 cannot be set to more than MEMORY_TARGET 1056964608.
How i can start the DB in node1 with the shared spfile ?
Thanks.