Start-VEORRestoreSession

Short Description

Starts a restore session to explore backed-up Oracle databases and to perform operations with these databases.

Product: Veeam Backup & Replication

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Start-VEORRestoreSession [-RestorePoint] <IVBRApplicationRestorePoint> [<CommonParameters>]

Detailed Description

This cmdlet starts a new restore session, establishes a connection to the backup server and retrieves backed-up Oracle databases. Within the restore session, you can get backed-up databases using the following cmdlets:

After you get backed-up Oracle databases, you can restore, publish, export or perform instant recovery with these databases.

  • Run the Restore-VEORDatabaseRestores a backed-up Oracle database. cmdlet to restore Oracle databases.
  • Run the Publish-VEORDatabasePublishes a backed-up Oracle database. cmdlet to publish Oracle databases.
  • Run the Export-VEORDatabaseExports a backed-up Oracle database. cmdlet to export Oracle databases.
  • Run the Restore-VEORIRDatabasePerforms instant recovery of a backed-up Oracle database. cmdlet to perform instant recovery of Oracle databases.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

RestorePoint

Specifies a restore point to start a new restore session. You will be able to use the session to perform operations with Oracle databases that this restore point contains.

Accepts the IVBRApplicationRestorePoint object. To get this object, run the Get-VBRApplicationRestorePoint cmdlet.

IVBRApplicationRestorePoint

True

0

True (ByValue)

<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 object that contains settings of the restore session started to explore backed-up Oracle databases and to perform operations with these databases.

Examples

Starting Restore Session

This example shows how to start a restore session to perform operations with Oracle databases.

$restorepoint = Get-VBRApplicationRestorePoint -Oracle

Start-VEORRestoreSession -RestorePoint $restorepoint[0]

Perform the following steps:

  1. Run the Get-VBRApplicationRestorePoint cmdlet. Provide the Oracle parameter. Save the result to the $restorepoint variable.

    The cmdlet will return an array of restore points. Note the ordinal number of the necessary restore point. In this example, it is the first restore point in the array.

  2. Run the Start-VEORRestoreSession cmdlet. Set the $restorepoint variable as the RestorePoint parameter value and select the necessary restore point.

Get-VBRApplicationRestorePoint

Page updated 2026-08-20

Page content applies to build 13.1.1.18