using RMAN to backup level 0 full backup database with archive logs - first time using RMAN - gettin
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