1Z0-083 · Question #194
Which three RMAN persistent settings can be set explicitly?
The correct answer is B. control file auto backup formats C. archive log deletion policy F. archive log backup duplexing. RMAN's CONFIGURE command supports persistent settings for control file autobackup formats (B), archivelog deletion policy (C), and archivelog backup copies/duplexing (F) - these each have dedicated CONFIGURE syntax (CONFIGURE CONTROLFILE AUTOBACKUP FORMAT, CONFIGURE ARCHIVELOG…
Question
Which three RMAN persistent settings can be set explicitly?
Options
- ASPFILE backup duplexing
- Bcontrol file auto backup formats
- Carchive log deletion policy
- Dimage copy duplexing
- Eredo log backup duplexing
- Farchive log backup duplexing
How the community answered
(53 responses)- A11% (6)
- B79% (42)
- D6% (3)
- E4% (2)
Explanation
RMAN's CONFIGURE command supports persistent settings for control file autobackup formats (B), archivelog deletion policy (C), and archivelog backup copies/duplexing (F) - these each have dedicated CONFIGURE syntax (CONFIGURE CONTROLFILE AUTOBACKUP FORMAT, CONFIGURE ARCHIVELOG DELETION POLICY, and CONFIGURE ARCHIVELOG BACKUP COPIES) that survive across RMAN sessions. Options A and E are incorrect because RMAN has no separate persistent setting to duplex SPFILE backups or online redo log backups as distinct categories - SPFILE is bundled into general backup set behavior, and online redo logs are not directly backed up by RMAN (archived logs are). Option D is incorrect because image copies cannot be duplexed at all; duplexing applies only to backup sets (backup pieces), not image copies, which are by nature single-file replicas.
Memory tip: Think "CAF" - Control file format, Archivelog deletion policy, File copies (archivelog backup duplexing) - the three things RMAN lets you explicitly CONFIGURE as persistent settings in this group.
Topics
Community Discussion
No community discussion yet for this question.