ORA-00851: SGA_MAX_SIZE 1073741824 cannot be set to more than MEMORY_TARGET 738197504 [message #425154] |
Wed, 07 October 2009 17:03 |
conty109
Messages: 3 Registered: October 2009 Location: Australia
|
Junior Member |
|
|
Out of 50 virtual servers, this server was shutdown since last 3 to 4 weeks. When started & attempted to startup database, it gives me this message.
Connected to an idle instance.
SQL> startup
ORA-00844: Parameter not taking MEMORY_TARGET into account
ORA-00851: SGA_MAX_SIZE 1073741824 cannot be set to more than MEMORY_TARGET 738197504.
I tried a lot to change SGA_MAX_SIZE, but not able to change any of the two parameters because the db is in idle state. I don't know how to circumvent this situation. Any suggestions or help available from you all experts please?
Thanks
Mukesh
|
|
|
|
|
|
|
|
|
Re: ORA-00851: SGA_MAX_SIZE 1073741824 cannot be set to more than MEMORY_TARGET 738197504 [message #425686 is a reply to message #425154] |
Sun, 11 October 2009 17:32 |
conty109
Messages: 3 Registered: October 2009 Location: Australia
|
Junior Member |
|
|
Hi Blackswan,
Thanks for your suggestion. I have created my initSID.ora file from spfile. I have edited two values but still I am getting the same error. See the problem,
I set the values as
*.memory_target=738197504
*.sga_max_size=501741824#internally adjusted
I restarted listeners and tried to start the sqlplus session. This time I get the same error, with different values, I don't know where this value is getting changed,
[oracle@achilles bin]$ sqlplus '/ as sysdba'
SQL*Plus: Release 11.1.0.7.0 - Production on Mon Oct 12 09:37:23 2009
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-00844: Parameter not taking MEMORY_TARGET into account
ORA-00851: SGA_MAX_SIZE 1073741824 cannot be set to more than MEMORY_TARGET 738197504.
SQL>
Can you further help me, to understand what is happening ? Finally I am still not able to start the instance yet.
Thanks for your understanding & patience.
Regards,
Conty109
|
|
|
|
|
|
Re: ORA-00851: SGA_MAX_SIZE 1073741824 cannot be set to more than MEMORY_TARGET 738197504 [message #677383 is a reply to message #425690] |
Sun, 15 September 2019 13:08 |
|
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
Glad you resolved your issue. Please allow me to make a side observation ...
You earlier indicated that as part of your initial attempts, you had stopped and restarted the listener. This has no bearing at all on your problem. More generally, the listener, it's existence or non-existence, has zero, zilch, nada, nyet, null bearing on the operation of the database. The listener is nothing but a connection broker. Think of it like a telephone switchboard. If your switchboard is down, the only thing affected is the ability to receive incoming calls. It has no effect at all on elevators, HVAC, fire alarms, door locks, etc. etc. etc. The database is quite happy to operate with or without a listener.
|
|
|
|
|
|
|