Skip to Main Content

Database Software

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!

How to enable archive log mode for a RAC One Node database?

user142173Oct 4 2010 — edited Oct 5 2010
Hi,

My database is a RAC One Node database and I need to enable it's archive log mode. In order to enable archive log mode, I thought I have to do the following steps on my current instance:

shutdown immediate;
startup mount;
alter database archivelog;
alter database open;

However, after I executed the "shutdown immediate" command, the RAC One Node automatically failed over to another node!

Please give me some clue on how I can enable the archive log mode.

Much appreciated.

Roselyn
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2010
Added on Oct 4 2010
4 comments
1,522 views