Start-VEORRMANRestoreSession
Short Description
Starts restore sessions to explore Oracle databases backed up with the Veeam Plug-in for Oracle RMAN.
Applies to
Product Edition: Enterprise Plus
Syntax
Start-VEORRMANRestoreSession [-ServerName] <string> [<CommonParameters>] |
Detailed Description
This cmdlet starts restore sessions for Oracle databases backed up with the Veeam Plug-in for Oracle RMAN. Within the restore session, you can get backed-up databases and restore these databases.
Run the Get-VEORRMANDatabase cmdlet to get Oracle databases backed up with the Veeam Plug-in for Oracle RMAN.
Run the Restore-VEORRMANDatabase cmdlet to restore Oracle databases backed up with the Veeam Plug-in for Oracle RMAN.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
ServerName | Specifies a name of the server where the Oracle database is located. | String | True | 0 | True (ByValue) | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Examples
Starting Restore Session
This example shows how to start a restore session of an Oracle database backed up with the Veeam Plug-in for Oracle RMAN.
Connect-VBRServer -Server "172.17.53.36" -User "Administrator" -Password "Password" Start-VEORRMANRestoreSession -ServerName "OracleServer" |
You must perform the following steps:
- Run the Connect-VBRServer cmdlet. Specify the Server and Password parameters values.
- Run the Start-VEORRMANRestoreSession cmdlet. Specify the ServerName parameter value.
Related Commands