"ALTER SYSTEM SET ... BOTH" command to adjust one or more parameter values, because you specified "BOTH", that Oracle modifies the parameter in your init<SID>.ora file to keep the parameter value consistent with the setting you specified in the "ALTER SYSTEM..." command.
You can test my theory by using another "ALTER SYSTEM SET... BOTH" command to change the "sga_max_size" value yet again, and see if there is any effect on your init<SID>.ora entry.
Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
Actually, I only made the change through the enterprise manager utility. Then did a create pfile= from spfile as a backup and thats when i noticed the #internally adjusted notation. Ive since shutdown and restarted and recreated the pfile, but the notation is still there.
Hi,
The SGA has different components like db cache, redo log buffer, shared pool, large pool, java pool...
The total size of the SGA has to be large enough to hold them all. If you change this parameters and the sum of the sizes is larger than sga_max_size that parameter has to be increased.
You did your changes using em. I guess sga_max_size is checked and accordingly changed by em automatically.
As you did not explicitly change the value the remark was added to tell you about the change.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.