Changing location of RMAN backup
Hi everyone
we have a 2 node 11.2.0.3 RAC database
Here is the current RMAN settings
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '+FRA';
CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 4;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE DISK MAXPIECESIZE 6 G;
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '+FRA/SNCFPROD.ORA';
Here are relevant database settings
db_recovery_file_dest string +FRA
db_recovery_file_dest_size big integer 500G
we want the RMAN backups to go to a different ASM DIsk Group (+NEWFRA)