Oracle Database Administration II — Question 69

Which two are true about creating RMAN backups for an Oracle container database? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Option B is correct because the BACKUP DATABASE command initiates a backup of the PDB when connected to it. Option E is incorrect since the BACKUP PLUGGABLE DATABASE command is specifically designed to back up individual PDBs, not CDB$ROOT. The other options also fail to accurately reflect RMAN's functionality related to backups in a container database context.