When migrating to MySQL HeatWave on Oracle Cloud Infrastructure (OCI), what is the recommended method for securely transferring large database backups?
A.
Transferring the backup files directly over the public internet using FTP.
B.
Shipping physical hard drives containing the backup files to the OCI data center.
C.
Using the Oracle Cloud Infrastructure Data Transfer Service with physical storage appliances.
D.
Creating a secure VPN connection and transferring the backup files using scp.
TheOCI Data Transfer Serviceis designed to securely transfer large datasets, including database backups, to the cloud. It involves:
Using physical storage appliancesto copy data locally and then shipping these devices to OCI data centers.
Data isencrypted and securely transported, minimizing the risks associated with online transfers.
This method is cost-effective and practical forterabytes or petabytes of data, avoiding bandwidth limitations and reducing transfer time.
Why the other options are incorrect:
A:FTP over the public internet is insecure and slow.
B:Physical hard drives without encryption and secure handling increase data breach risks.
D:SCP over VPN is secure but impractical for extremely large datasets.
E:Data Pump is useful for database-to-database transfers, not large file migrations.
[References:Oracle Cloud Infrastructure Data Transfer Service, , , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit