In this paper we will see what options we have in setting up our RMAN environment.
To get an idea of what parameters are there to play with use the "show all" command.
This is default RMAN setup.
We will take each one of them and se thei options
Enabling Automatic Control File Backups.
Enable the control file autobackup feature if you aren't using a recovery catalog. If you set this parameter to ON, SPFILE will also be automatically included in the control file backup piece.
Disabling Automatic Control File Backups.
You can choose controlfile autobackup format.
%F means the database ID, day, month, year, and sequence.
Specifying the default device type.
To disk:
Or to Tape:
Specifying the default backup type.
To backupset:
To copy image:
Specifying compressed backup sets.
Specifying the Parallelism for Channels.
It's best to allocate only one channel for each physical device on the server.
Specifying the Maximum Backup Piece Size.
This will create backup pieces not bigger then 1Gb.
Specifying Backup Retention Policy.
This is a Backup Retention Policy Based on a Recovery Window(Time retention).
If you want to clear the given configuration, use the configure command with the clear option: