Hi
I just configured a flash recovery area using ASM, I was wondering if anyone know the command to add a logfile member to FRA?
ALTER DATABASE
ADD LOGFILE MEMBER
TO GROUP 1;
does not work
ALTER DATABASE
ADD LOGFILE MEMBER '+DGFRA01'
TO GROUP 1;
works but it's not adding to FRA, if it is V$LOG.IS_RECOVERY_DEST_FILE would show YES but shows NO.
The only I have found is recreating the groupbut I guess there must be some sort of command :-?
thanks
--
LSC