Restore Redo Logs
If you want to restore redo log files that were backed up with BRARCHIVE, you can use the BRRESTORE tool. For details, see this SAP article.
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:
- 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.
- Specify the path to the initialization profile file ($Oracle_HOME/dbs/veeam_initSID.sap) as the argument for the -p (-profile) parameter.
- Specify the log sequence number interval as the argument for the -a (-archive) parameter. This option defines which log files must be restored.