Migrating to Autonomous Database (ADB) | Supported Options

Supported Options for Migrating to Autonomous Database (ADB)

Question

Which three options are supported when migrating to Autonomous Database (ADB)? (Choose three.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

BDF.

https://k21academy.com/1z0-931/migrate-database-to-oracle-autonomous-database-cloud-options-data-pump-sql-loader-dbms_cloud-goldengate/

Sure, I'll be happy to explain the options supported when migrating to Autonomous Database (ADB).

  1. RMAN Cross-Platform Backup and Restore: RMAN (Recovery Manager) is an Oracle utility used for backup and recovery of Oracle databases. RMAN can be used to create a backup of a source database and restore it to a target database running on a different platform. This option is supported when migrating to ADB.

  2. PDB Unplug / Plug Operation: PDB (Pluggable Database) is a container database that can contain many pluggable databases. PDBs are self-contained and can be plugged and unplugged from a container database. PDBs can be migrated to ADB using the PDB Unplug / Plug operation. The PDB can be unplugged from the source container database and then plugged into the target ADB.

  3. Datapump Export / Import: Data Pump is an Oracle utility used to export and import data and metadata from one Oracle database to another. Datapump Export / Import can be used to migrate data from an on-premises database to ADB. This option is supported when migrating to ADB.

  4. Golden Gate On-Premise Installation: Golden Gate is an Oracle product used for real-time data integration and replication between databases. Golden Gate can be installed on-premises to replicate data to ADB in real-time. This option is supported when migrating to ADB.

  5. Dataguard Physical Standby: Data Guard is an Oracle feature used for disaster recovery and high availability. A physical standby database can be created for the source database, and it can be used to migrate to ADB. This option is supported when migrating to ADB.

  6. Golden Gate Cloud Service: Golden Gate Cloud Service is a cloud-based service provided by Oracle that can be used to replicate data between on-premises databases and ADB. This option is supported when migrating to ADB.

So, the correct options that are supported when migrating to Autonomous Database (ADB) are: A. RMAN Cross-Platform backup and restore C. PDB unplug / plug operation D. Datapump export / import