Entering content frameFunction documentation Full Restore and Point-In-Time Recovery Locate the document in its SAP Library structure

Use

You can use this function to fully restore and then recover your Oracle database to a specified point in time (PIT). You normally use this function when there has been a logical error – that is, a user or software error – and you want to recover the database to the point immediately before the error. In this way, you minimize lost data.

Prerequisites

Features

This graphic is explained in the accompanying text

This graphic is explained in the accompanying text

Activities

  1. You select a full online or offline backup. SAPDBA uses the BRBACKUP summary log file back<DBSID>.log and the corresponding detail logs to find the correct backups.
  2. You enter the recovery end-point.
  3. You select the required offline redo log files. SAPDBA uses the entries in the BRARCHIVE summary log file, arch<SID>.log to find the correct files.
  4. SAPDBA indicates whether your intended recovery is permitted. It rejects the recovery if:
  1. SAPDBA saves the current online redo log files and a control file to a subdirectory of sapreorg.
  2. SAPDBA calls BRRESTORE to restore all data files from the backup medium. If a tablespace was extended at the time of the recovery, it also restores the control files.
  3. SAPDBA calls BRRESTORE to restore the offline redo log files.
  4. Using the recovery script, SAPDBA recovers the database to the required PIT.
  5. SAPDBA opens the database using the resetlogs option and prompts you to perform a backup.
  6. You perform a database backup.

Example

Here are two typical scenarios in which you can use full restore and PIT recovery:

Logical Error

This graphic is explained in the accompanying text

Logical Error with Preceding Structure Change

This graphic is explained in the accompanying text

 

 

 

Leaving content frame