Database Backup and Recovery (MOSC)

MOSC Banner

RMAN: RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS

edited Sep 28, 2019 5:05AM in Database Backup and Recovery (MOSC) 11 commentsAnswered ✓

Hi all,

We have defined the settings of RMAN like follows:

RMAN>     show all;

starting full resync of recovery catalog

full resync complete

RMAN configuration parameters for database with db_unique_name CAL84_T2 are:

CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;

CONFIGURE BACKUP OPTIMIZATION OFF;

CONFIGURE DEFAULT DEVICE TYPE TO DISK;

CONFIGURE CONTROLFILE AUTOBACKUP ON;

CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/opt/oradata/backup/rman/%F';

CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 4;

CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;

CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;

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