Changing SGA_MAX_SIZE [message #197558] |
Wed, 11 October 2006 15:15  |
itzac
Messages: 4 Registered: October 2006
|
Junior Member |
|
|
I'm using 9i and I'm having a heck of a time finding out how to change the value of sga_max_size. I've tried:
alter system set sga_max_size = 100M scope = SPFILE
It of course won't run if the database is up, but it also doesn't work after a shutdown command. Could someone please spell it out for me from sqlplus login on a running instance as a starting point? Or point me to the pertinent Oracle doc, even. I'd be your best friend forever.
It's very frustrating to know exactly what you want to do and not be able to figure out how to do it.
[Updated on: Wed, 11 October 2006 16:17] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Changing SGA_MAX_SIZE [message #324708 is a reply to message #324693] |
Tue, 03 June 2008 13:58   |
 |
Michel Cadot
Messages: 68757 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | But once we altered the values by using the alter system command, it will be affective immediately.
|
Wrong, a static parameter sees its change only on the next instance life.
And this is the case for ANY parameter if you only record the change in spfile as you did.
Log buffer is flanked by guard pages that you can see in show sga.
Regards
Michel
[Updated on: Tue, 03 June 2008 14:05] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|