New-VBROracleProcessingOptions
Short Description
Creates settings for processing Oracle database archived logs.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
DefaultNew-VBROracleProcessingOptions [-Credentials <CCredentials>] -ArchivedLogAction <VBROracleArchivedLogAction>
[-ArchiveLogDeletionPeriod <Int32>] [-ArchiveLogDeletionSize <Int32>] [-EnableArchiveLogBackup]
[-ArchiveLogBackupPeriod <Int32>] [-ArchiveLogRetainAction <VBRLogRetainAction>]
[-ArchiveLogRetainPeriod <Int32>] [<CommonParameters>]
-
Lunix MbANew-VBROracleProcessingOptions -Credentials <CCredentials> [<CommonParameters>]
Detailed Description
This cmdlet creates a VBROracleProcessingOptions object. This object contains settings for processing Oracle archived logs in Veeam Agent backup jobs. You can set Veeam Backup & Replication to apply the following settings:
- Preserve the archived logs
- Delete them after a certain retention period
- Delete the archived logs that are larger than the specified GB
Note |
|
Processing of the Oracle database logs is not available for failover clusters. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ArchivedLogAction |
Specifies action for Oracle archived logs.
|
|
True |
Named |
False |
|
ArchiveLogBackupPeriod |
For the Specifies how often Veeam Backup & Replication will back up archived logs. Default: every 15 minutes. |
|
False |
Named |
False |
|
ArchiveLogDeletionPeriod |
For the Specifies the number of hours for keeping archived logs.
Default: |
|
False |
Named |
False |
|
ArchiveLogDeletionSize |
For the Specifies the size limits in GB for the logs to keep them on the server.
Default: |
|
False |
Named |
False |
|
ArchiveLogRetainAction |
For the Specifies retention policy for the archived logs backups. Veeam Backup & Replication will apply the policy for archived logs stored in the backup repository.
|
|
False |
Named |
False |
|
ArchiveLogRetainPeriod |
For the Specifies the number of days to keep backups of the archived logs.
Default: |
|
False |
Named |
False |
|
Credentials |
Specifies the credentials of the account with SYSDBA privileges. Veeam Backup & Replication will use these credentials to connect to the Oracle database. Note: this parameter is required for the backup policy that Veeam Agent job applies to Linux computers. |
|
False |
Named |
False |
|
EnableArchiveLogBackup |
Enables the option to backup Oracle archived logs. Note: This parameter does not work for backup policies that Veeam Agent job applies to Linux computers. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBROracleProcessingOptions object that contains settings for processing Oracle database archived logs.
Examples
Example 1. Creating Oracle Processing Settings for Veeam Agent Backup Job (Linux)
|
This example shows how to create Oracle processing settings for a Veeam Agent job that backs up Linux computers.
Perform the following steps:
|
Example 2. Creating Oracle Processing Settings for Veeam Agent Backup Job (Windows)
|
This command creates Oracle processing settings for a Veeam Agent job that backs up Windows computers. The job will run with the following options:
|
Related Commands
Get-VBRCredentialsReturns credentials records.