Hi,
I've tried to increase memory allocated for my db, getting the following error.
Enter user-name: sys/ as sysdba
Enter password:
Connected to an idle instance.
SQL> startup
ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
SQL> startup mount
ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
SQL> startup force
ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
I know that increasing or making MEMORY_MAX_TARGET equal to MEMORY_TARGET will solve this issue. But how to do it as database is not even starting in MOUNT stage.
Oracle 11g(11.1.0.6.0), winxp
I'll appreciate the suggestion
Thanks
Regards
John