Adding Space to Flash Recovery Area
I have Oracle 11gR2 EE database running on Windows 2008 R2 with RAC and ASM. I have Flash Recovery Area (FRA) size 500 G that I want to increase to 1200 G.
The diskgroup name for FRA is '+DG_ARCHIVELOG'
After allocating the storage LUN to server and labeling the disk with ASMTOOLG. I issue the ALTER DISKGROUP ADD '' command.
Should I have to specify the file template name as well in "ALTER DISKGROUP ADD" command? because after this activity FRA size has increased but I am getting inconsistent results between V$RECOVERY_FILE_DEST and V$BACKUP_FILES views.
Basically