Entering content frameFunction documentation Database Reset Locate the document in its SAP Library structure

Use

This section tells you about resetting your Oracle database after a failure. You normally need to do this if either of the following applies:

With this function you can reset the database to a previous consistent state, at the time of either a full offline or a consistent online backup. If you reset from a full online backup, the consistent end point of the backup is used.

Prerequisites

Features

Database Reset Using Full Offline Backup

This graphic is explained in the accompanying text

Database Reset Using Consistent Online Backup

This graphic is explained in the accompanying text

Activities

Database Reset Using Full Offline Backup

  1. SAPDBA uses the BRBACKUP summary log file back<SID>.log and the corresponding detail logs to find the full offline backups.
  2. SAPDBA saves the current online redo log files and the control files to the sapreorg directory. This is because these files are overwritten by the database reset. The database must be in the mount status for this step.
  3. SAPDBA calls BRRESTORE to reset the database, overwriting the data files, control files, and online redo log files with the corresponding files from the offline backup.
  4. SAPDBA restarts the database to status mount or open, depending on the option you selected at the start of the reset.

Database Reset Using Consistent Online Backup

  1. SAPDBA uses the BRBACKUP summary log file back<SID>.log and the corresponding detail logs to find the consistent online backups.
  2. SAPDBA saves the current online redo log files and the control files to the sapreorg directory. This is because these files are overwritten by the database reset. The database must be in the mount status for this step.
  3. SAPDBA calls BRRESTORE to reset the database, overwriting the data files, control files, and online redo log files with the corresponding files from the online backup.
  4. SAPDBA recovers the database until the consistent end point of the online backup. You cannot specify another point in time for this type of recovery.
  5. SAPDBA restarts the database to status open, using the resetlogs option.
  6. You must perform a full backup, since recovery after resetlogs is not possible.
  7. You manually delete the offline redo log files that have been restored from the saparch directory.

Note

After a successful database reset with SAP tools, you might need to do some reworking, because the log tables SDBAH and SDBAD are affected. For more information, see Actions after a Partial Recovery.

Leaving content frame