NOTE

NOTE

Integrating Oracle and Data Protector

Configuring an Oracle Backup

Depending on the backup objects selection, an RMAN backup statement for the backup of the whole database instance, and/or for any combination of RMAN commands to back up tablespaces, datafile, or the flash recovery area. The backup statement consists of the following:

The Oracle format of the backup file in the following format:

format

'<Backup_Specification_Name><<DB_NAME>_%s:%t:%p>.dbf' database;

When an Oracle format of the backup file is manually defined or changed by editing the RMAN script, any user-defined combination of the Oracle substitution variables can be added to the %s:%t:%p substitution variables and <DB_NAME>, which are obligatory.

The RMAN datafile <tablespace_name>*<datafile_name> command.

If the Archived Redo Logs were selected for a backup, an RMAN backup statement for the backup of Oracle archive logs.

If an appropriate template was selected, or if the statement was manually added, the RMAN sql statement to switch the Online Redo Logs before backing up the Archived Redo Logs:

sql 'alter system archive log current';

The backup statement consists of the following:

The Oracle format of the backup file in the following format:

format

'<Backup_Specification_Name><DB_NAME>_%s:%t:%p>.dbf'

When an Oracle format of the backup file is manually defined or changed by editing the RMAN script, any user-defined combination of the Oracle substitution variables can be added to the obligatory %s:%t:%p substitution variables and <DB_NAME>.

— The RMAN archivelog all command.

Chapter 1

49