Get-VEORRMANRestoreSession
Short Description
Returns active restore sessions started to explore Oracle databases backed up with Veeam Plug-in for Oracle RMAN.
Applies to
Veeam Backup & Replication
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
Get-VEORRMANRestoreSession [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of active restore sessions started to explore Oracle databases backed up with Veeam Plug-in for Oracle RMAN.
Note: |
|
Parameters
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VEORRMANRestoreSession[] object that contains settings of restore sessions for Oracle databases backed up with Veeam Plug-in for Oracle RMAN.
Examples
Example 1. Getting all Running Restore Sessions
This command gets all running restore sessions for Oracle databases backed up with Veeam Plug-in for Oracle RMAN. Save the result to the $session variable to be able to use it with other cmdlets.
|
Example 2. Getting Specific Restore Session
This example shows how to get a specific restore session for Oracle databases backed up with Veeam Plug-in for Oracle RMAN.
Perform the following steps:
|