【12c-062】OCP 062考試題庫最新考試真題-第23題
最新學訊:近期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 23
Examine the query and its output:
SQL> SELECT REASON, metric_value FROM dba_outstanding_alerts;
REASON METRIC_VALUE
----------------------------------- -------------------
Tablespace [TEST] is [28 perce 28.125
nt] full
Metrics "Current Logons Count" 29
Metrics "Database Time Spent 99.0375405
waiting (%)" is at 99.03754 for
event class "Application"
db_recovery_file_dest_size of 974294967296 bytes is 97.298 used and has 116228096
remaining bytes available.
After 30 minutes, you execute the same query:
SQL> SELECT reason, metric_value FROM dba_outstanding_alerets;
REASON METRIC_VALUE
------------------------------ ---------------
Tablespace [TEST] is [28 percs 28.125
nt] full
What might have caused three of the alerts to disappear?
A. The threshold alerts were cleared and transferred to dba_alert_history.
B. An Automatic Workload Repository (AWR) snapshot was taken before the execution of the second
C. An Automatic Database Diagnostic Monitor (ADDM) report was generated before the execution of t he second query.
D. The database instance was restarted before the execution of t he second query.
Correct Answer:A
Section: (none)
Explanation 有狀態預警顯示在 DBA_OUTSTANDING_ALERTS 中,清空后會轉到
DBA_ALERT_HISTORY。