Unpublish-VEORDatabase

Short Description

Unpublishes Oracle databases from the target server.

Product: Veeam Backup & Replication

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

Syntax

Unpublish-VEORDatabase [-Databases] <VEORPublishedDatabase[]> [-Force] [<CommonParameters>]

Detailed Description

This cmdlet unpublishes Oracle databases from the target server.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Databases

Specifies the Oracle databases that the cmdlet will unpublish from the target Oracle server.

Accepts the VEORPublishedDatabase[] object. To get this object, run the Get-VEORPublishedDatabaseReturns published Oracle databases. cmdlet.

VEORPublishedDatabase[]

True

0

True (ByValue)

Force

Defines that the cmdlet will show no prompt before executing the command.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.

Examples

Unpublishing Oracle Databases

This example shows how to unpublish Oracle databases.

$session = Get-VEORRestoreSession

$databases = Get-VEORPublishedDatabase -Session $session[0]

Unpublish-VEORDatabase -Databases $databases

Perform the following steps:

  1. Run the Get-VEORRestoreSessionReturns active restore sessions started to perform operations with backed-up Oracle databases. cmdlet. Save the result to the $session variable.

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

  2. Run the Get-VEORPublishedDatabaseReturns published Oracle databases. cmdlet. Set the $session variable as the Session parameter value and select the necessary restore session. Save the result to the $databases variable.
  3. Run the Unpublish-VEORDatabase cmdlet. Set the $databases variable as the Databases parameter value.

Page updated 2026-08-20

Page content applies to build 13.1.1.18