1Z0-083 · Question #150
Which two are true about creating RMAN backups for an Oracle container database? (Choose two.)
The correct answer is B. Control file backups can be created while connected to the root container. C. The BACKUP TABLESPACE command can back up a PDB tablespace even if RMAN is connected. A - FALSE. The ARCH process backs up online redo logs (by creating Arch redo logs), never the DBA. DBAs backup Archive Redo Logs, not online redo logs. B - TRUE. Control files are DB wide - backing them up, from the Container Root, is exactly where C - TRUE. Part of the point…
Question
Which two are true about creating RMAN backups for an Oracle container database? (Choose two.)
Options
- AOnline Redo Log backups can be created while connected to the root container.
- BControl file backups can be created while connected to the root container.
- CThe BACKUP TABLESPACE command can back up a PDB tablespace even if RMAN is connected
- DArchived Redo Log backups can be created while connected to an application root CDB.
- EControl file backups can be created while connected to a nonroot container.
How the community answered
(47 responses)- A9% (4)
- B74% (35)
- D4% (2)
- E13% (6)
Explanation
A - FALSE. The ARCH process backs up online redo logs (by creating Arch redo logs), never the DBA. DBAs backup Archive Redo Logs, not online redo logs. B - TRUE. Control files are DB wide - backing them up, from the Container Root, is exactly where C - TRUE. Part of the point of Multitenant is that you have control of all PDBs from the CDB level. D - FALSE. An application root container is still below the main Container, so you cannot administer control files from here. E - FALSE. For the same reason as above, you can only create control file backups from the
Topics
Community Discussion
No community discussion yet for this question.