分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow
也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!
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
服务器生成预警分为两种类型:阈值预警和非阈值预警。
给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow
本文深入解析了数据库预警系统的两种类型:阈值预警和非阈值预警,并详细阐述了它们的生成、显示及清除机制。特别关注了有状态预警(阈值预警)与无状态预警的区别,以及它们如何在DBA_OUTSTANDING_ALERTS和DBA_ALERT_HISTORY视图中流转。
5072

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



