【第18題】【063題庫】2019年OCP12c認證1Z0-063考試題庫大全
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢OCP 12c考試考3科,分別是071、062、063,之前071和062都已經做過解析,這里開始063題庫解析,希望對考063的同學有幫助,順利通過063考試。
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
-------------------------------------------------------
18題、Your database is running in archivelog mode.
Examine the initialization parameters you plan to set for your database instance.
LOG_ARCHIVE_DEST_1 = 'LOCATION=/disk1/arch'
LOG_ARCHIVE_DEST_2 = 'L0CATI0N=/disk2/3rch'
LOG_ARCHIVE_DEST_3 = 'LOCATION=/disk3/arch'
L0G_ARCHIVE_DEST_4 = 'L0CATI0N=/disk4/arch MANDATORY'
Identify the statement that correctly describes these settings.
A. An online redo log file is not allowed to be overwritten if the archived log file cannot be created in any of the log_archive_dest_n destinations.
B. Optional destinations cannot use the fast recovery area.
C. An online redo log file is not allowed to be overwritten if the archived log file cannot be created in the location specified for log_archive_dest_4.
D. These settings work only if log_archive_min_succeed_dest is set to a value of 4.
Answer: C
(解析:該類型的有關歸檔的考題是必考的內容,其考點就是 MANDATORY,這個關鍵字表示該歸檔位置必須歸檔
成功。)