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!

Adding bigger size Redo log groups In RAC , ASM

LazyOraDBAAug 10 2009 — edited Aug 16 2009
Hi Folks,

Database version - 10.1.0.4.0
OS version - AIX 5.3
RAC node 2 and ASM

We had 4 redo log groups of lesser size on both nodes.yesterday I added 4 new groups of bigger size using pl/sql developer tool and deleted 2 old redolog groups. But I m not able to delete remaining 2 old groups.

ORA-01567 dropping log2 would have less than 2 log files for instance 1.

Our redolog files are on SAN and both node points to same storage. when I fired this query from command prompt

SELECT v$logfile.member, v$logfile.group#, v$log.status, v$log.bytes
FROM v$log, v$logfile
WHERE v$log.group# = v$logfile.group#;

I got same result for both nodes.

The problem I suspect is that All the 4 new log groups are added to instance 2 and its 2 old grouips are are also deleted.


Now my ques is that :

1. shouild I have added redo log groups separately on both nodes even storage is same for both nodes ?
2. redologs groups are defined separately for each node ?

How should I assign 2 new redo log groups to instance 1 ?

Regards,
This post has been answered by Surachart Opun on Aug 11 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 13 2009
Added on Aug 10 2009
10 comments
19,755 views