
Database Backup with SAPDBA
Purpose
You can back up the data files and control files of your Oracle database with
SAPDBA. If you are performing an offline backup of the whole database, the online redo log files are also backed up. If you have lost data and want to recover it, these files are essential. You can also back up non-database files and directories.You typically use SAPDBA for a one-off backup, such as after a structure change to the database. For example, after
moving or renaming the data files of a tablespace, you ought to back up the database.
For routine backups, we recommend one of the following:
Like SAPDBA, these tools call the SAP tool
Integration
SAPDBA normally calls the SAP tool BRBACKUP. You can also perform a backup directly by calling BRBACKUP from the command line.

We recommend you to normally use SAPDBA rather than BRBACKUP. This is because the SAPDBA menus simplify entry of the correct parameters.
Features
You can perform the following backup functions with SAPDBA:
For the function Verify BRBACKUP tape, SAPDBA calls
BRRESTORE.Activities
The default values for the backup parameters, which are set in the
initialization profile init<DBSID>.sap, trigger an offline full database backup to a local tape device without file compression. This means that the online redo log files and control file are backed up as well as the data files.
SAPDBA only lets you change certain parameters for the backup. If you have to make other changes, you must change the
init<DBSID>.sap profile manually and then restart SAPDBA.If the backup is being made locally or remotely to tapes or disks, then the backup is monitored and an estimation is made of the backup time, based on the elapsed time and the size of the files that still have to be backed up. You also see success or error messages.
For more information, see
Backing Up the Database with SAPDBA.