New-VBROracleRMANOptions
Short Description
Creates the Oracle RMAN backup settings for application backup policies.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBROracleRMANOptions [-ParallelChannelsCount <int>] [<CommonParameters>] |
Detailed Description
This cmdlet applies to application backup policies for Veeam Plug-in for Oracle RMAN.
This cmdlet creates Oracle RMAN backup settings. You can run this cmdlet to allow Veeam Plug-in to send application backups to the target storage using several parallel data channels.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
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 the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBROracleRMANOptions object that defines Oracle RMAN backup settings.
Example
This example shows how to create the Oracle RMAN backup settings for application backup policies for Veeam Plug-in for Oracle RMAN. The policy will send application backups to the target storage using 3 parallel data channels.
To create the Oracle RMAN backup settings, run New-VBROracleRMANOptions. Use the ParallelChannelsCount parameter to specify the number of parallel data channels.
New-VBROracleRMANOptions -ParallelChannelsCount 3 |