nerdexam
Oracle

1Z0-060 · Question #136

Your multitenant container database has three pluggable databases (PDBs): PDB1, PDB2, and PDB3. Which two RMAN commands may be; used to back up only the PDB1 pluggable database?

The correct answer is A. BACKUP PLUGGABLE DATABASE PDB1 while connected to the root container C. BACKUP DATABASE while connected to the PDB1 container. To perform operations on a single PDB, you can connect as target either to the root or directly to (A) If you connect to the root, you must use the PLUGGABLE DATABASE syntax in your RMAN For example, to back up a PDB, you use the BACKUP PLUGGABLE DATABASE command. (C) If…

New Features for Availability

Question

Your multitenant container database has three pluggable databases (PDBs): PDB1, PDB2, and PDB3. Which two RMAN commands may be; used to back up only the PDB1 pluggable database?

Options

  • ABACKUP PLUGGABLE DATABASE PDB1 while connected to the root container
  • BBACKUP PLUGGABLE DATABASE PDB1 while connected to the PDB1 container
  • CBACKUP DATABASE while connected to the PDB1 container
  • DBACKUP DATABASE while connected to the boot container
  • EBACKUP PLUGGABLE database PDB1 while connected to PDB2

How the community answered

(54 responses)
  • A
    87% (47)
  • B
    2% (1)
  • D
    4% (2)
  • E
    7% (4)

Explanation

To perform operations on a single PDB, you can connect as target either to the root or directly to * (A) If you connect to the root, you must use the PLUGGABLE DATABASE syntax in your RMAN For example, to back up a PDB, you use the BACKUP PLUGGABLE DATABASE command. * (C) If instead you connect directly to a PDB, you can use the same commands that you would use when connecting to a non-CDB. For example, to back up a PDB, you would use the BACKUP DATABASE command.

Topics

#RMAN#pluggable database backup#CDB backup#BACKUP PLUGGABLE DATABASE

Community Discussion

No community discussion yet for this question.

Full 1Z0-060 Practice