Entering content frameBackground documentation Backup Overview Locate the document in its SAP Library structure

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:

Process Flow

  1. You identify what needs to be backed up.
  2. Normally, you back up the complete database and the redo log files.

  3. You identify the database backup type that you require.
  4. 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.

  5. You work out a backup cycle. We recommend a minimum cycle of 14 days, although 28 days is preferable. For example, with a 28-day cycle, you reuse the backup media after 28 days.
  6. You schedule regular backups.
  7. Recommendation

    We strongly recommend you to schedule regular backups with the Structure linkDBA Planning Calendar, using the Structure linkaction patterns available there. There are action patterns for different requirements to cover the main aspects of database administration, including backup.

  8. You verify the:

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, brbackup -w use_dbv. This option is also available in the Structure linkaction patterns of the Structure linkStructure linkDBA 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:

Leaving content frame