Restore to Another Server
If you want to restore Oracle databases from a Veeam Plug-in backup to another server, follow instructions in the Restoring a Database on a New Host section of Oracle's Database Backup and Recovery User's Guide and mind the specifics described in this section.
Restore from Backup to Another Server
TipS |
Mind the following:
|
rman TARGET / RUN { ALLOCATE CHANNEL a1 TYPE sbt_tape PARMS "SBT_LIBRARY=/opt/veeam/VeeamPluginforOracleRMAN/libOracleRMANPlugin.so" SEND "srcSrv=server01"; } EXIT; |
- Assign an ID for the channel. For example: ch1.
- Specify the SBT_TAPE option for the DEVICE TYPE or TYPE parameter.
- Specify PARMS to define other parameters for the sbt_tape channel.
- Specify which media library must be used for this sbt_tape channel. For Linux or Unix, set the path to the libOracleRMANPlugin.so file as the SBT_LIBRARY. For Windows, set the path to %PROGRAMFILES%\Veeam\VeeamPluginforOracleRMAN\OracleRMANPlugin.dll.
- Use the SEND command to specify the original server hostname (the srcSrv parameter). For example: "srcSrv=server01".
Restore from Backup Copy to Another Server
If you want to restore a database from a backup copy to another server, do the following:
- On the Oracle server, go to the \Veeam\VeeamPluginforOracleRMAN folder (/opt/veeam/VeeamPluginforOracleRMAN/ for Linux OS).
- Open the veeam_config.xml file with a text editor.
- Change the <PluginParameters /> line as follows:
Important |
Mind the following:
|
- Enable the restore from backup copy option, as described in Restore from Backup Copy.
- Perform the restore.