New-VBRSAPOnOracleStorageOptions

Short Description

Creates the SAP on Oracle storage settings for application backup policies.

Applies to

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

Syntax

New-VBRSAPOnOracleStorageOptions [-CompressionEnabled] [-CompressionMode <VBRApplicationStorageCompressionMode>] [<CommonParameters>]

Detailed Description

This cmdlet applies to application backup policies for Veeam Plug-in for SAP on Oracle.

This cmdlet creates SAP on Oracle storage settings. You can set up the data compression mode.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

CompressionEnabled

Indicates that the application backup policy will apply compression to backups.

SwitchParameter

False

Named

False

CompressionMode

Specifies the compression level of backups:

  • Veeam: use this option if you want to perform default data compression with Data Mover by Veeam Software.
  • RMAN: use this option if you want to perform data compression with Oracle RMAN.

VBRApplicationStorageCompressionMode

True

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 VBRSAPOnOracleStorageOptions object that defines SAP on Oracle storage settings.

Example

This example shows how to create an SAP on Oracle storage settings for application backup policies for Veeam Plug-in for SAP on Oracle. The policy will apply compression to backups using Oracle tools.

To create the SAP on Oracle storage settings, run New-VBRSAPOnOracleStorageOptions. Use the CompressionEnabled parameter to enable data compression and the CompressionMode to specify compression mode.

New-VBRSAPOnOracleStorageOptions -CompressionEnabled -CompressionMode RMAN