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?
A.
Remote Cloning
B.
Transporting Tablespaces by using RMAN convert
C.
Data Pump
D.
Transporting Tablespaces by using RMAN “backup from platform”
E.
scpfile copy
Explanation:
You can migrate Oracle Database 12c non-CDB databases from on-premises to Oracle
Database 12c databases in Oracle Database Cloud using several different methods
including:
* Data Pump Conventional Export/Import
This method can be used regardless of the endian format and database character set ofthe on-premises database.
* Remote Cloning (non-CDB)
This method can be used only if the on-premises platform is little endian, the on-premises
database release is 12.1.0.2 or higher, and the on-premises database and Database Cloud
Service database have compatible database character sets and national character sets.
You can use the remote cloning method to copy an Oracle Database 12c non-CDB onpremises database to your Oracle Database 12cdatabase in the cloud.
* RMAN CONVERT Transportable Tablespace with Data Pump
This method can be used only if the database character sets of your on-premises database
and Oracle Database Cloud Service database are compatible.
* RMAN Cross-Platform Transportable Tablespace Backup Sets
This method can be used only if the database character sets of your on-premises database
and Oracle Database Cloud Service database are compatible.
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/mig-12cnon-cdb-12c.html
I think A is wrong
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/mig-remote-cloning-pdb.html
B is a possibility.
D could be right if command is with “to platform” or “for transport”
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/mig-rman-cross-plat-transp-tablespace.html#GUID-AEF9F356-554E-478D-8036-6F0348002331
E is wrong
B,C
Remote cloning can be used only if the on-premises platform is little endian, the onpremises
database release is 12.1.0.2 or higher, and the on-premises database and
Database Cloud Service database have compatible database character sets and
national character sets.
AIX,Solaris,HPUX are considered big-endian
B,C
AIX is big endian, you can not use Remote Cloning (Cloud is on linux that is little endian), so A is wrong. B,C are correct