HP A.06.11 User Manual
Page 72
NOTE:
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_NameDB_NAME_%s:%t:%p>.dbf'
NOTE:
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.
If an appropriate template was selected, or if the statement was manually added,
the RMAN statement to delete the Archived Redo Logs after they are backed up:
archivelog all delete input
;
•
If the control file was selected for a backup, an RMAN backup statement for the
backup of Oracle control files. 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'
current controlfile;
Integrating Oracle and Data Protector
72