1Z0-067 · Question #57
Examine the backup requirement for your company: 1) Every Sunday, a backup of all used data file blocks is performed. 2) Every Wednesday and Friday, a backup of all the changed blocks since last…
The correct answer is A. level 0 backup on Sunday, cumulative incremental backup on Wednesday and Friday, and. Multilevel Incremental Backups RMAN can create multilevel incremental backups. Each incremental level is denoted by a value of 0 or 1. A level 0 incremental backup, which is the base for subsequent incremental backups, copies all blocks containing data. You can create a level 0…
Question
Options
- Alevel 0 backup on Sunday, cumulative incremental backup on Wednesday and Friday, and
- Blevel 0 backup on Sunday, differential incremental backup on Wednesday and Friday, and
- Cfull database backup on Sunday, level 0 backup on Wednesday and Friday, and cumulative
- Dfull database backup on Sunday, level 0 backup on Wednesday and Friday, and differential
How the community answered
(21 responses)- A71% (15)
- B14% (3)
- C5% (1)
- D10% (2)
Explanation
Multilevel Incremental Backups RMAN can create multilevel incremental backups. Each incremental level is denoted by a value of 0 or 1. A level 0 incremental backup, which is the base for subsequent incremental backups, copies all blocks containing data. You can create a level 0 database backup as backup sets or The only difference between a level 0 incremental backup and a full backup is that a full backup is never included in an incremental strategy. Thus, an incremental level 0 backup is a full backup that happens to be the parent of incremental backups whose level is greater than 0. A level 1 incremental backup can be either of the following types: A differential incremental backup, which backs up all blocks changed after the most recent incremental backup at level 1 or 0 A cumulative incremental backup, which backs up all blocks changed after the most recent incremental backup at level 0 Incremental backups are differential by default.
Topics
Community Discussion
No community discussion yet for this question.