49. View the Exhibit to examine the output of the DBA_OUTSTANDING_ALERTS view.
After 30 minutes, you executed the following command:
SQL> SELECT reason,metric_value FROM dba_outstanding_alerts;
REASON METRIC_VALUE
------------------------------ ------------
Tablespace [TEST] is [28 perce 28.125
nt] full
What could be the reason for the elimination of the other rows in the output?
A.An Automatic Workload Repository snapshot has been taken recently.
B.The non-threshold-based alerts are transferred to DBA_ALERT_HISTORY.
C.The threshold alerts conditions are cleared and the alerts are transferred to DBA_ALERT_HISTORY.
D.The threshold alerts related to database metrics are permanently stored in DBA_ALERT_HISTORY but
not the threshold alerts related to instance metrics.
Answer: C
服务器生成预警分为两种类型:阈值预警和非阈值预警。

本文探讨了数据库阈值预警的分类、触发条件及处理流程,解释了阈值预警与非阈值预警的区别,以及如何通过DBA_OUTSTANDING_ALERTS视图监控预警状态。

676

被折叠的 条评论
为什么被折叠?



