Set-VBROracleRMANProcessingOptions
Short Description
Modifies the Oracle RMAN database processing settings for application backup policies.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBROracleRMANProcessingOptions -Options <VBROracleRMANProcessingOptions> [-AuthenticationMode {OSAuth | SplitAuth}] [-Credentials <CCredentials>] [-DBCredentials <DBCredentials>] [-ArchivedLogAction {Keep | Delete}] [-ArchiveLogBackupPeriod <int>] [-ParallelChannelsCount <int>] [<CommonParameters>] |
Detailed Description
This cmdlet applies to application backup policies for Veeam Plug-In for Oracle RMAN.
This cmdlet modifies Oracle RMAN database processing settings. You can update the following options:
- Credentials that Veeam Backup & Replication will use to connect to the database system.
- The type of authentication to connect to Oracle RMAN hosts and databases.
- The way Veeam Backup & Replication will process archived logs.
- Schedule settings for archived logs processing.
- Number of data channels to back up archived logs.
|
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Options |
Specifies the database processing options that you plan to modify. |
Accepts the VBROracleRMANProcessingOptions object. To get this object, run the New-VBROracleRMANProcessingOptions cmdlet. |
True |
Named |
True (ByValue) |
|
Credentials |
Specifies the credentials for Oracle RMAN database processing. |
Accepts the CCredentials object. To get this object, run the Get-VBRCredentials cmdlet. |
True |
Named |
False |
|
AuthenticationMode |
Specifies the authentication method to connect to Oracle RMAN hosts and databases:
|
False |
Named |
False |
|
|
DBCredentials |
Specifies the database credentials. Note: This parameter is required only when using the AuthenticationMode parameter with the SplitAuth option. |
Accepts the CCredentials object. To get this object, run the Get-VBRCredentials cmdlet. |
False |
Named |
False |
|
ArchivedLogAction |
Specifies the way of database processing:
|
VBROracleRMANArchivedLogAction |
False |
Named |
False |
|
ArchiveLogBackupPeriod |
Specifies the integer defining the frequency for archived logs backup in minutes. Permitted values: 5 to 480. |
Int32 |
False |
Named |
False |
|
ParallelChannelsCount |
Specifies the integer defining the number of data channels that can be assigned. |
Int32 |
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 VBROracleRMANOptions object that defines Oracle RMAN database processing settings.
Examples
Example 1. Changing the Database Administrator Account Username
|
This example shows how to modify the database administrator account username. The modified policy will send application backups to the target storage using 3 parallel data channels.
Perform the following steps:
|
Example 2. Using OS and Database Authentication to Access the Oracle Host and RMAN Database
|
This example shows how to switch from OS authentication mode to the authentication mode that requires both OS and database credentials to connect to the Oracle host and database. The database credentials are required when switching the authentication mode with the SplitAuth parameter. The Set-VBROracleRMANProcessingOptions cmdlet is used to change the current processing options.
Note: You do not have to specify the OS credentials if you have not made any changes previously. |
Example 3. Change OS Authentication Credentials to access the Oracle Host and RMAN Database
|
This example shows how to change the OS credentials to connect to the Oracle host and database without changing the authentication method. To be able to specify the database credentials, you must use the AuthenticationMode parameter with the SplitAuth value. The Set-VBROracleRMANProcessingOptions cmdlet is used to change the current processing options.
Perform the following steps:
|
Related Commands