Oracle Cloud Infrastructure 2019 Cloud Operations Associate — Question 7
You have an Oracle Database 12c on-premise non-CDB database that is running on the AIX platform.
Which two methods can be used to migrate the on-premise database to a database that is running in a Database as a Service (DBaaS) instance on Oracle Cloud?
Answer options
- A. Remote Cloning
- B. Transporting Tablespaces by using RMAN convert
- C. Data Pump
- D. Transporting Tablespaces by using RMAN "backup from platform"
- E. scp file copy
Correct answer: A, C
Explanation
The correct methods for migrating to a DBaaS instance are Remote Cloning and Data Pump. Remote Cloning allows for a direct copy of the database to the cloud, while Data Pump facilitates the export and import of database objects. The other options, while useful in different contexts, do not align with the requirements for migrating to a DBaaS instance.