nerdexam
Oracle

1Z0-063 · Question #182

You plan to duplicate the multitenant container database (CDB) cdb1 that contains the pluggable database (PDB) SALES: Which two statements are true?

The correct answer is A. The root and seed databases are included in the duplication. D. An auxiliary instance must have been started with the initialization parameter set to TRUE. D: When duplicating a whole CDB or one more PDBs: You must create the auxiliary instance as a CDB. To do so, start the instance with the following declaration in the initialization parameter file: enable_pluggable_database=TRUE A: To duplicate PDBs, you must create the…

Managing Objects with Data Dictionary Views

Question

You plan to duplicate the multitenant container database (CDB) cdb1 that contains the pluggable database (PDB) SALES: Which two statements are true?

Exhibit

1Z0-063 question #182 exhibit

Options

  • AThe root and seed databases are included in the duplication.
  • BOnly the SALES PDB is duplicated as the non-CDB CDBDUP.
  • CA backup of the SALES PDB must exist before the execution of the command.
  • DAn auxiliary instance must have been started with the initialization parameter set to TRUE.
  • ERMAN must be connected to a recovery catalog for the execution of the command.

How the community answered

(50 responses)
  • A
    76% (38)
  • B
    6% (3)
  • C
    14% (7)
  • E
    4% (2)

Explanation

D: When duplicating a whole CDB or one more PDBs: You must create the auxiliary instance as a CDB. To do so, start the instance with the following declaration in the initialization parameter file: enable_pluggable_database=TRUE A: To duplicate PDBs, you must create the auxiliary instance as a CDB. To do so, start the instance with the declaration enable_pluggable_database=TRUE in the initialization parameter file. When you duplicate one or more PDBs, RMAN also duplicates the root (CDB$ROOT) and the seed database (PDB$SEED). The resulting duplicate database is a fully functional CDB that contains the root, the seed database, and the duplicated PDBs.

Topics

#CDB duplication#RMAN duplicate#pluggable database#auxiliary instance

Community Discussion

No community discussion yet for this question.

Full 1Z0-063 Practice