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 peculiarities described below:
Restore from Backup to Another Server
Tip |
Veeam Plug-in backup job name contains the name of the original server. You can find out what to use as originalServerName if you look at the first part of the Veeam Plug-in backup job name. |
Example of a script for restoring Oracle database to another server using the SEND command:
rman target / RUN { ALLOCATE AUXILIARY CHANNEL a1 TYPE sbt_tape PARMS "SBT_LIBRARY=/opt/veeam/VeeamPluginforOracleRMAN/libOracleRMANPlugin.so" SEND "srcSrv=ora"; RESTORE DATABASE; RECOVER DATABASE; } EXIT; |
Restore from Backup Copy to Another Server
If you want to restore a database from a backup copy to another server, do the following:
Important |
Mind the following:
|
- Enable the restore from backup copy option, as described in Restore from Backup Copy.
- Perform the restore.