Previous Topic: Restore Offline Redo Log FilesNext Topic: Using BACKINT Command Line for Querying Backup Information


Partial Restore to a Different Directory

You can perform a partial restore to a different directory from the last backup.

To perform a partial restore to different directory

  1. Configure the backint interface using SAP R3 Oracle Option BACKINT Configuration.
  2. Set the environment variable.
  3. Run the command.
    brrestore -d util_file -b last -m <TABLESPACENAME>=<The whole path of directory> [-u <username>/<password>]
    

    For example:

    To restore tablespace PSAPDDICD from the last backup to the directory “E:\temp”:

    brrestore -d util_file -b last -m PSAPDDICD=E:\temp [-u <username>/<password>]