【ocp 12c】OCP 062最新考試原題解析-第4題
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢2018年OCP 11g考試原題解析已經講解30多次課,500多道考試原題,最終達到98%以上的考題覆蓋度及95%以上的考試通過率。
2019年OCP 11g將升級到12c,OCP 12c考試解析免費公開課也已經開始了,歡迎大家收看!
OCP解析公開課時間:【每周五晚8點】
OCP解析公開課地址:http://ke.qq.com/course/326223
OCP解析群資料分享:1015267481 驗證:ocp
另外,除了OCP公開課,OCM題庫直播也同步進行中,OCM最新題庫大爆料-【每周四晚8點】,【微信群直播】,可以聯系咨詢老師進群參與
-------------------------------------------------------
QUESTION 4
What happens if a maintenance window closes before a job that collects optimizer statistics
completes?
A. The job is terminated and the gathered statistics are not saved.
B. The job is terminated but the gathered statistics are not published.
C. The job continues to run until all statistics are gathered.
D. The job is terminated and statistics for the remaining objects are collected the next time the
maintenance window opens.
Correct Answer: D
Section: (none) Explanation
在數據庫一直打開的情況下,GATHER_STATS_JOB會伴隨維護窗口一起被啟動,默認情況下如果到維護窗口關閉該JOB仍未結束則將被終止(這取決于該JOB的屬性stop_on_window_close),剩下的有待收集信息的對象將在下一個維護窗口中得到處理;如果數據庫一直處于關閉的狀態,并在某維護窗口的時間范圍內該DB被打開,那么相應的維護窗口會被立即激活(ACTIVE),同時GATHER_STATS_JOB自動作業也會被啟動,但該自動作業僅會在一個窗口中自動運行一次。