Database Backup and Recovery (MOSC)

MOSC Banner

Rman full backup configuration

edited Aug 13, 2012 8:23PM in Database Backup and Recovery (MOSC) 1 commentAnswered
I have the following configuration setup when I was testing to run rman incremental backup. Now, I need to run full backup. Is there any configuration need to be changed to run backup in full mode?

CONFIGURE BACKUP OPTIMIZATION CLEAR;
CONFIGURE RETENTION POLICY CLEAR;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT
        FOR DEVICE TYPE DISK CLEAR;

CONFIGURE BACKUP OPTIMIZATION ON;
CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO BACKUPSET PARALLELISM 4;
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/ebs/backup/ora_df%t_s%s_s%p';
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT
        FOR DEVICE TYPE DISK TO '/ebs/backup/controlfile_%F';

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