Database Backup and Recovery (MOSC)

MOSC Banner

using RMAN to backup level 0 full backup database with archive logs - first time using RMAN - gettin

edited Jul 5, 2012 8:54AM in Database Backup and Recovery (MOSC) 4 comments

These are my final set of RMAN configuration parameters I am going with.

I am about to launch a RMAN level 0 full backup (ONLINE) with the database started up and running in ARCHIVELOG mode as we normally always run.

RMAN> SHOW ALL;

RMAN configuration parameters for database with db_unique_name CWTST are:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
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;
CONFIGURE DATAFILE 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