【OCP新題】2019年OCP 12c考試062新出現的考題-第32題
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢2018年的時候,OCP 11g考試題庫大更新,052 053出現了很多新題,
2019年,11g即將停考的前期,Oracle又出現了一次大變動,12c出現了很多新題,比如062 063題庫大更新
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
-------------------------------------------------------
32、choose three
Backup requirements for a database:
* Level 0 backup on Sunday
* Cumulative incremental level 1 backup on Monday, Wednesday, and Saturday
* Differential incremental level 1 backup on Tuesday, Thursday, and Friday
Which three statements are true about the strategy?
A) Level 1 backup on Tuesday, Thursday, and Friday contains all the blocks that have been changed since the last level 0 backup.
B) Level 1 backup on Tuesday, Thursday, and Friday contains all the blocks that have been changed since the last level 1 backup.
C) Level 0 backup on Sunday contains all the blocks that have been formatted.
D) Level 0 backup on Sunday contains all the blocks that have been changed since the last level 1 backup.
E) Level 1 backup on Monday, Wednesday, and Saturday contains all the blocks that have been changed since the last level 0 backup.
Answer:BCE
(解析:答案B是差異增量備份,備份的是自從上一次同一級或者更低一級的改變的數據塊;0級備份類似于full備份,備份的是所有的有數據的數據塊;累積增量備份備份的自從上一次更低一級的以來的改變的塊,所以E答案是對的。)