This is an archive version of the document. To get the most up-to-date information, see the current version.

Redo Logs Restore

If you want to restore redo log files that were backed up with BRARCHIVE, you can use the BRRESTORE tool. For details, see the Names of BRRESTORE Details Logs section of the SAP Database Guide: Oracle.

Example: Performing Restore of SAP on Oracle Redo Logs

brrestore -d util_file -p $Oracle_HOME/dbs/veeam_initSID.sap -a 1-100

Run the brrestore command with the following parameters:

  1. Depending on which backup you want to restore from, use the util_file or rman_util option as the argument for the -d (-device) parameter. If the backup was created by Backint, use util_file. If the backup was created by RMAN, use rman_util.
  2. Specify the path to the initialization profile file ($Oracle_HOME/dbs/veeam_initSID.sap) as the argument for the -p (-profile) parameter.
  3. Specify the log sequence number interval as the argument for the -a (-archive) parameter. This option defines which log files must be restored.