Database Administration (MOSC)

MOSC Banner

Changing location of RMAN backup

edited Sep 7, 2016 5:00AM in Database Administration (MOSC) 6 commentsAnswered

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)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center