Get-VEORPublishedDatabase

Short Description

Returns published Oracle databases.

Applies to

Veeam Backup & Replication

Product Edition: Community, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VEORPublishedDatabase [-Session] <VEORRestoreSession> [[-Name] <String[]>] [-Sever <String[]>] [-Server <String[]>] [-OracleHome <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns published Oracle databases.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Session

Specifies a restore session. The cmdlet will return information about a published Oracle database added to the specified restore session.

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

True

0

True

Name

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

String[]

False

1

False

Sever

Note: This parameter is deprecated and will become obsolete in a future version. Use the Server parameter instead.

Specifies an array of target Oracle server names (as DNS names or IP addresses). The cmdlet will return information about published databases located on these servers.

String[]

False

Named

False

Server

Specifies an array of target Oracle server names (as DNS names or IP addresses). The cmdlet will return information about published databases located on these servers.

String[]

False

Named

False

OracleHome

Specifies an array of target Oracle home paths. The cmdlet will return information about published databases with the specified target Oracle home paths.

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 VEORPublishedDatabase[] array that contains settings of published Oracle databases.

Examples

Get-VEORPublishedDatabaseExample 1. Getting All Published Oracle Databases

Get-VEORPublishedDatabaseExample 2. Getting Published Oracle Databases with Specified Name

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

Get-VEORPublishedDatabaseExample 4. Getting All Oracle Databases Published on Specific Servers

Related Commands

Get-VEORRestoreSession

Page updated 3/5/2025

Page content applies to build 12.3.1.1139