If Oracle backup provided over backup job with application aware processing, has limitation with restore i regards of number of channels.
Restore via gui is possible over Veeam Enterprise and via Veeam Oracle Explorer:
- Veeam Enterprise Manager is restore possible only via 1 channel
- Veeam Oracle Explorer by default has set 1 channel
To change number of channels for Veeam Enterprise manager is not possible, but is possible to change number of channels via Veeam Oracle Explorer via config.xml file:
%programdata%\Veeam\Backup\OracleExplorer\Config.xml
Content example:
<Veeam>
<OracleExplorer>
<Oracle RmanCopyJobChannelsCount="4" />
<Oracle RmanCopyJobChannelsByDatafilesCount="true" />
</OracleExplorer>
</Veeam>
Our tests speed:
>> - 1 channel: - 115 GB, 18 mins 109 MByte/sec
>> - 4 channels: - 115 GB, 15 mins 130 Mbyte/sec
>> - 12 channels: - 115 GB, 14 mins 135 Mbyte/sec
The speed could not be much difference, but in case of TB of data in database, RTO could be different in hours.