nerdexam
Oracle

1Z0-083 · Question #172

Which are three of the steps taken by Database Configuration Assistant (DBCA) to clone a remote pluggable database (PBD) starting from Oracle 19c? (Choose three.)

The correct answer is B. creating a database link from CDB$ROOT in the local database to CDB$ROOT in the remote E. automatically dropping the database link to the remote database if it already exists G. opening the cloned PDB. https://docs.oracle.com/en/database/oracle/oracle-database/19/multi/cloning-a-pdb.html#GUID- 13FF2CE2-532C-4816-8E88-7A5A6E16A279 About Cloning a Remote PDB When the source is a PDB is in a remote CDB, you must use a database link to clone the PDB into the local CDB. The…

Manage Multitenant Container Databases

Question

Which are three of the steps taken by Database Configuration Assistant (DBCA) to clone a remote pluggable database (PBD) starting from Oracle 19c? (Choose three.)

Options

  • Acreating a database link from CDB$ROOT in the local database to the PDB in the remote system
  • Bcreating a database link from CDB$ROOT in the local database to CDB$ROOT in the remote
  • Ccreating a new empty PDB in the local database from PDB$SEED
  • Dcreating a database link from CDB$ROOT in the remote database to be cloned to CDB$ROOT in
  • Eautomatically dropping the database link to the remote database if it already exists
  • Fcreating a database link from CDB$ROOT in the remote database to the PDB in the local
  • Gopening the cloned PDB

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    74% (14)
  • C
    5% (1)
  • D
    16% (3)

Explanation

https://docs.oracle.com/en/database/oracle/oracle-database/19/multi/cloning-a-pdb.html#GUID- 13FF2CE2-532C-4816-8E88-7A5A6E16A279 About Cloning a Remote PDB When the source is a PDB is in a remote CDB, you must use a database link to clone the PDB into the local CDB. The database link must exist in the local CDB (not the remote CDB). When you issue the CREATE PLUGGABLE DATABASE statement from the root of the local CDB, you must specify a database link to the remote CDB that contains the PDB being cloned in the FROM clause. The database link connects from the local CDB to either to the root of the remote CDB or to the remote source PDB. The following figure illustrates how this technique creates a new PDB when the source PDB is https://docs.oracle.com/en/database/oracle/oracle-database/19/multi/cloning-a-pdb.html#GUID- 32AE49B1-13A7-4A4D-AB43-BA781ECA99D6

Topics

#DBCA#remote PDB cloning#database links#PDB provisioning

Community Discussion

No community discussion yet for this question.

Full 1Z0-083 Practice