Previous Topic: Restore Control FilesNext Topic: Partial Restore to a Different Directory


Restore Offline Redo Log Files

You can restore offline redo log files for the log sequence numbers from <log_nr1> to <log_nr2>.

Note: Ensure you have a copy of the original files as the BRRestore command can delete original files when database is shutdown or when the tablespaces are offline.

To restore offline redo log files

  1. Configure the backint interface using SAP R3 Oracle Option BACKINT Configuration.
  2. Set the environment variable.
  3. Execute the following command:
    brrestore  -d util_file -a <log_nr1>-<log_nr2> [-u <username>/<password>]
    

    For example, the following syntax restores offline redo log files contained within log sequence numbers 200 to 220:

    brrestore  -d util_file -a 200-220 [-u <username>/<password>]