Oracle
1Z0-063 · Question #16
Examine the RMAN commands executed in your database: RMAN> CONFIGUREDEFAULT DEVICE TYPE TO disk; RMAN> CONFIGURE DEVICETYPE DISK BACKUP TYPE TO BACKUPSET; RKAN> CONFIGURE CONTROLFILE AUTOBACKUP ON…
The correct answer is B. It creates compressed backup sets by using binary compression by default. E. It creates a backup of only the control file whenever the database undergoes a structural change. See the full explanation below for the reasoning.
Question
Examine the RMAN commands executed in your database: RMAN> CONFIGUREDEFAULT DEVICE TYPE TO disk; RMAN> CONFIGURE DEVICETYPE DISK BACKUP TYPE TO BACKUPSET; RKAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; You issue the command: RMAN> BACKUP DATABASE; Which two statements are true about the command?
Options
- AIt performs a log switch.
- BIt creates compressed backup sets by using binary compression by default.
- CIt backs up only the used blocks in data files.
- DIt backs up data files, the control file, and the server parameter file.
- EIt creates a backup of only the control file whenever the database undergoes a structural change.
How the community answered
(59 responses)- A8% (5)
- B83% (49)
- C5% (3)
- D3% (2)
Community Discussion
No community discussion yet for this question.