78.You enable block change tracking. You issue the following command:
BACKUP INCREMENTAL LEVEL 0 DATABASE;
The next day, you issue the following command:
BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;
Which statement about the use of the change tracking file is true?
A. RMAN reads the block change tracking file only when it performs the incremental level 0 backup.
B. RMAN reads the block change tracking file when it performs both incremental backups.
C. RMAN reads the block change tracking file only when it performs the incremental level 1 backup.
D. RMAN does not read the block change tracking file when it performs either incremental backup.
Answer: C
答案解析:
参考:快速增量备份:http://blog.csdn.net/rlhua/article/details/12321679

本文探讨了通过块变更跟踪实现快速增量备份的方法。详细解释了如何利用块变更跟踪文件来提高0级与1级累积增量备份的效率。

3355

被折叠的 条评论
为什么被折叠?



