Best Practices to Optimize Cloud Backup Rates

Because cloud backups are sent over the public internet, backup performance is affected by network bandwidth limitations. Use RMAN parallelism and compression to speed up cloud backups and restores.

To optimize performance:

RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 8;

Try increasing the parallelism until you find the optimal transfer rate.

RMAN> BACKUP DEVICE TYPE sbt DATABASE SECTION SIZE 1g;

Note: You can test network throughput by using the throughput measurement tool. See Testing Network Throughput in Managing and Monitoring Oracle Cloud.