Get-VEORRestoreSession
Short Description
Returns active restore sessions started to perform operations with backed-up Oracle databases.
Product: Veeam Backup & Replication
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VEORRestoreSession [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of active restore sessions for Oracle databases.
Note |
|
Parameters
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VEORRestoreSession[] array that contains settings of restore sessions started to explore backed-up Oracle databases and to perform operations with these databases.
Examples
Example 1. Getting All Running Restore Sessions
|
This command gets all restore sessions started to perform operations with Oracle databases. Save the result to the
|
Example 2. Getting Specific Restore Session
|
This example shows how to get a specific restore session started to perform operations with Oracle databases.
Perform the following steps:
|