Get-VEORDatabase

Short Description

Returns backed-up Oracle databases.

Applies to

Veeam Backup & Replication

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VEORDatabase [-Session] <VEORRestoreSession> [[-Name] <String[]>] [-OracleHome <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns an array of backed-up Oracle databases. After you get backed-up Oracle databases, you can restore these databases.

Run the Restore-VEORDatabase cmdlet to restore Oracle databases.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Session

Specifies an active restore session. The cmdlet will return an array of Oracle databases within the specified restore session.

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

True

0

True (ByValue)

Name

Specifies an array of names for Oracle databases. The cmdlet will return information about databases with the specified names.

String[]

False

1

False

OracleHome

Specifies an array of names of an Oracle home path. The cmdlet will return the Oracle home paths with the specified names.

String[]

False

Named

False

<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 VEORDatabase[] array that contains backed-up Oracle databases.

Examples

Get-VEORDatabaseExample 1. Getting All Oracle Databases Within Specified Restore Session

Get-VEORDatabaseExample 2. Getting Oracle Databases with Specified Name

Get-VEORDatabaseExample 3. Getting Oracle Databases with Specific Names Located in Specific Oracle Home Directories

Related Commands

Get-VEORRestoreSession

Page updated 3/6/2025

Page content applies to build 12.3.1.1139