Hi gurus,
We have a 3 node RAC instance.2 nodes are on ASM and 1 is on non ASM.
I need to add a redo log group for each thread.
I am using the following statement to do that
alter database add logfile thread 1 group 5 ('+DATA','+DATA') size 10m;
My question is how can I allow the instance on non asm to use the group.
Is their any other way to achieve this?
As I am a newbie to RAC and ASM administration it will be really helpful if any one of you can provide some guidance.