Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00824: cannot set sga_target due to existing internal settings,

user11969912Mar 18 2012 — edited Mar 18 2012
Hi all,

I have Oracle RAC 3 nodes with ASM recently i did command in node 1 the command is


alter system set db_block_buffers = 10000 scope =spfile;

after restart the node 1 i got the following error

ORA-00824: cannot set sga_target due to existing internal settings

after search in google i found the solution like

1. create pfile from spfile
2. update pfile as text and remove db_block_buffers
3. startup database from pfile
4. create spfile='location the spfile ASM' from pfile

then i tray to startup database but still give me same error but when i started it from pfile its work fine
please help me for this situation
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2012
Added on Mar 18 2012
13 comments
2,596 views