New-VBRSAPOnOracleProcessingOptions

Short Description

Creates the SAP on Oracle database processing settings for application backup policies.

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

Syntax

New-VBRSAPOnOracleProcessingOptions -Credentials <CCredentials> [-DeleteArchivedRedoLogs]

[-ArchiveLogBackupPeriod <Int32>] [<CommonParameters>]

Detailed Description

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

This cmdlet creates SAP on Oracle database processing settings. You can set up the following options:

  • The way Veeam Backup & Replication will process archived logs.
  • Schedule settings for archived logs processing.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ArchiveLogBackupPeriod

Specifies the integer defining the frequency for archived logs backup in minutes.

Permitted values: 5 to 480.

Int32

False

Named

False

Credentials

Specifies the credentials for SAP on Oracle database processing.

Accepts the CCredentials object. To get this object, run the Get-VBRCredentialsReturns credentials records. cmdlet.

CCredentials

True

Named

False

DeleteArchivedRedoLogs

Defines that Veeam Plug-in will delete archived logs that were backed up.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRSAPOnOracleProcessingOptions object that defines SAP on Oracle database processing settings.

Examples

Creating SAP on Oracle Database Processing Settings for Application Backup Policies for Veeam Plug-In for SAP on Oracle

This example shows how to create an SAP on Oracle database processing settings for application backup policies for Veeam Plug-In for SAP on Oracle. The policy will back up archived logs every 15 minutes and send application backups to the target storage using 3 parallel data channels.

$db_administrator = Get-VBRCredentials

New-VBRSAPOnOracleProcessingOptions -Credentials $db_administrator -DeleteSourceLogs Keep -ArchiveLogBackupPeriod 15

Perform the following steps:

  1. Run the Get-VBRCredentialsReturns credentials records. cmdlet. Save the result to the $db_administrator variable.
  2. Run the New-VBRSAPOnOracleProcessingOptions cmdlet. Set the $db_administrator variable as the Credentials parameter value. Set the Keep option for the DeleteSourceLogs parameter. Specify the ArchiveLogBackupPeriod parameter value.

Get-VBRCredentialsReturns credentials records.

Page updated 2026-08-19

Page content applies to build 13.1.1.18