
RMAN Backup with an External Backup Library
Use
You can use external backup software together with the
Oracle Recovery Manager (RMAN) to back up the database. To back up data to tape, the Oracle System Backup to Tape (SBT) interface is implemented as a dynamic function library. The type of backup media you can use depends on the external backup tool and the corresponding backup library.
Before SAP Web Application Server (SAP Web AS) 6.20, you had to use BACKINT (that is,
RMAN saves the database files, but copies of profiles, logs, and a copy of the control files are made to a local or remote disk. Therefore, there are two new values for
backup_dev_type:When using a remote disk, you can form a common "staging" area for several systems, which simplifies the further backup of the copied profiles and logs.
Activities
The database is backed up in the following phases:
For more information, see the values
This feature is available starting with Release 6.20 of SAP Web AS and BRBACKUP 6.10 patch level 6.

You must back up the copies of the control file, profile, and log files to storage medium on your own. You can normally do this directly with the external backup tool.

You can use the following backup variant for external software, with or without RMAN:
|
backup_dev_type backup_mode |
util_file without RMAN |
rman_util with RMAN and external SBT backup library |
rman_disk rman_stage with RMAN and external SBT backup library |
|
partial |
X |
X+BACKINT |
X |
|
all |
X |
X+BACKINT |
X |
|
full (level 0) |
X+cat. |
X+BACKINT |
X |
|
incr (level 1) |
X+BACKINT |
X |
Key:
X: Backup possible
X+cat.: Backup and subsequent cataloging possible
X+BACKINT: Backup with subsequent backup of the profile, log and control files with BACKINT possible
As before, you can make normal database backups with the BACKINT interface and external backup tools, using the following entry in the initialization profile init<DBSID>.sap:
backup_dev_type = util_file|util_file_online
For more information, see
backup_dev_type and backup_mode.Subsequent cataloging means that a full backup can be used as a reference backup in an incremental backup strategy.
Since RMAN can back up only database files and not profiles or logs, the profile, log, and control files are backed up in a second phase with BRBACKUP and the BACKINT interface or to local or remote disk.
For more information, see
Profile Parameters and BRBACKUP Command Options.