ocp認證052考題解析:1Z0-V8.02-第71題
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢ocp認證052考題解析:1Z0-V8.02-第71題,完整題庫請點擊這里聯系老師咨詢了解
71. You configured the Flash Recovery Area for your database. The database instance has been started in ARCHIVELOG mode and the LOG_ARCHIVE_DEST_1 parameter is not set.
What will be the implications on the archiving and the location of archive redo log files?
A.Archiving will be disabled because the destination for the redo log files is missing.
B.The database instance will shut down and the error details will be logged in the alert log file.
C.Archiving will be enabled and the destination for the archived redo log file will be set to the Flash Recovery Area implicitly.
D.Archiving will be enabled and the location for the archive redo log file will be created in the default location $ORACLE_HOME/log.
Answer: C
答案解析:
實例會將聯機重做日志組視為一個可在其中存儲事務處理信息的循環緩沖區,因而會填充一個組,然后轉到下一個組。寫入所有組后,實例開始覆蓋第一個日志組中的信息。
要對數據庫進行配置,以使其具有最大可恢復性,必須指示數據庫在允許覆蓋重做信息之前生成聯機重做日志組的副本。這些副本稱為“歸檔日志”。
要簡化歸檔日志文件的創建過程,請執行以下操作:
1. 指定歸檔日志的命名慣例。
2. 指定用于存儲歸檔日志的一個或多個目標位置。其中一個目標位置可以是快速恢復區。
3. 將數據庫置于ARCHIVELOG模式。
注:如果使用了快速恢復區,則無需執行步驟 1 和2。
將數據庫置于ARCHIVELOG模式之前,該目標位置應該已存在。如果將某個目錄指定為一個目標位置,目錄名的末尾應加上斜杠。
默認情況下,如果啟用了快速恢復區,則指定USE_DB_RECOVERY_FILE_DEST作為歸檔日志文件目標位置。歸檔日志文件最多可以寫入十個不同的目標位置。目標位置可以是
本地目標位置(目錄),也可以是遠程目標位置(備用數據庫的Oracle Net 別名)。