ocp認證052考題解析:1Z0-V8.02-第78題
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢ocp認證052考題解析:1Z0-V8.02-第78題,完整題庫請點擊這里聯系老師咨詢了解
78. You are managing an Oracle Database 11g database. The database is open, and you plan to perform Recovery Manager (RMAN) backups. Which three statements are true about these backups? (Choose three.)
A.The backups would be consistent.
B.The backups would be inconsistent.
C.The backups would be possible only if the database is running in ARCHIVELOG mode.
D.The backups would be possible only if the database is running in NOARCHIVELOG mode.
E.The backups need to be restored and the database has to be recovered in case of a media failure.
Answer: BCE
答案解析:
A,B:在數據庫打開的情況下備份,始終是不一致的。所以A錯B對。
C,D:只有在歸檔模式下,rman才能進行備份。所以C對,D錯。
E: 如果出現介質故障,則用restore備份中還原數據文件,用recover通過應用增量備份和重做日志文件中記錄的更改來恢復已還原文件到最近的事務提交點。E正確。