1Z0-067 · Question #195
You execute the commands to configure settings in RMAN: RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 1; RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt; RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE…
The correct answer is B. It backs up two copies each of the data files to disk and media, and two copies of archived logs to. See the full explanation below for the reasoning.
Question
You execute the commands to configure settings in RMAN:
RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 1; RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt; RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE sbt TO 2; RMAN> CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE sbt TO 2; RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DRVICE TYPE DISK TO 2; Then you issue the following command to take a backup:
RMAN> BACKUP DATABASE PLUS ARCHIVELOG; Which statement is true about the execution of these commands? Choose the best answer.
Options
- AIt backs up the data files and archived logs to media, making two copies of each data file and
- BIt backs up two copies each of the data files to disk and media, and two copies of archived logs to
- CThe backup terminates because the backup destination for disk is not specified in the BACKUP
- DIt backs up the data files and archived logs, making one copy of each data file and archived log on
How the community answered
(57 responses)- A2% (1)
- B81% (46)
- C12% (7)
- D5% (3)
Community Discussion
No community discussion yet for this question.