
Backup Overview
This section gives you basic information to develop a careful approach to backing up your Oracle database. For more information on the reasons for database backup, see
Why Back Up the Database?Prerequisites
When designing your approach to backup, archive, and recovery, consider the following:
high availability solutions for Oracle such as
Oracle standby databases.
Process Flow
Normally, you back up the complete database and the redo log files.
Normally, you perform an
online and complete backup.We recommend performing at least one offline backup per cycle, more often (for example, weekly) if possible. Only use
incremental backup for larger databases.
We strongly recommend you to schedule regular backups with the
DBA Planning Calendar, using the
action patterns available there. There are action patterns for different requirements to cover the main aspects of database administration, including backup.
If possible, run both types of verify daily, otherwise weekly. At the least, be sure to run a verify once in each backup cycle.
You can back up the database and then verify both the backup media and the database using a single BRBACKUP command,
action patterns of the 
DBA Planning Calendar. Be aware that a verify considerably extends backup run times.
To only verify database block consistency (that is, without a database backup), use the command
brbackup -w only_dbv.To verify the backed up redo log files, use the command
brarchive -w|-verify.Result
See the following for examples of backup approaches: