Vikram:
Only diff. in RAC is that you would need to create two thread log groups if it is 2 node RAC and assign one to each database instance.
I mean there is instance specific redo thread.
Suppose you have created two redo thread group for 2 node RAC.
Then you can assign thread 1 to instance 1 and thread 2 to instance 2.
You will have to assign thread using "THREAD" parameter in database initialization parameter file.
Thanks
-Harish Kalra
On 4/25/06, vikram singh <vikramsingh120@gmail.com> wrote:
Hi all,
I am currently on a RAC database with NOARCHIVELOG option. I want to make the database to ARCHIVELOG mode.
Please instruct me as to how to proceed. Any advice is welcome.
Thanks in advance.