Oracle Cloud Infrastructure 2019 Cloud Operations Associate — Question 18
Which two must be true when you migrate an Oracle Database 12.1.0.2 non-CDB to a database that is running in a Database as a Service (DBaaS) instance on
Oracle Cloud by using the Remote Cloning method?
Answer options
- A. The non-CDB may be opened in READ WRITE mode as long as ARCHIVELOG is enabled.
- B. The database link owner must have the CREATE PDB system privilege.
- C. The source platform must have the same endian format.
- D. The non-CDB must be in archivelog mode.
- E. The non-CDB must be opened in READ ONLY mode.
- F. The database link owner must have the CREATE PLUGGABLE DB system privilege.
Correct answer: E, F
Explanation
The correct answers E and F are necessary as the non-CDB must be opened in READ ONLY mode during the migration, and the database link owner requires the CREATE PLUGGABLE DB privilege to facilitate the operation. Options A, B, C, and D are incorrect because they do not reflect the required conditions for the Remote Cloning method in this context.