Oracle Exadata Cloud Service Provisioning Guide
1. Oracle Cloud Backup Configuration
Before delving into Exadata Cloud Service (ExaCS) provisioning, it’s essential to understand how to configure backups in the Oracle Cloud. Here are the steps:
- Set the Encryption Key for Backup
SET ENCRYPTION ON IDENTIFIED BY 'oracle123' only;
This command enables encryption for backups and sets the encryption key to ‘oracle123’.
- Configure Compression Algorithm
CONFIGURE COMPRESSION ALGORITHM 'MEDIUM';
This configures the backup compression algorithm to ‘MEDIUM’.