Database Backup and Recovery (MOSC)

MOSC Banner

RMAN Backup and Recovery - with mannual controlfile ans sp file backup

edited May 17, 2011 11:47PM in Database Backup and Recovery (MOSC) 6 commentsAnswered
Hello,

 

Oracle Database: Oracle 11gR2.

Flash Recovery Area: Enabled

 

Following is the RMAN configuration

 

RMAN> SHOW ALL;

 

using target database control file instead of recovery catalog

RMAN configuration parameters for database with db_unique_name ORATST are:

CONFIGURE RETENTION POLICY TO REDUNDANCY 1;

CONFIGURE BACKUP OPTIMIZATION OFF; # default

CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default

CONFIGURE CONTROLFILE AUTOBACKUP ON ;

CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default

CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default

CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default

CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default

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