
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.
答案:(C)
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17013648/viewspace-1179253/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/17013648/viewspace-1179253/
本文探讨了在数据库管理中,特定警告为何从DBA_OUTSTANDING_ALERTS视图中消失的原因。通过一个具体案例分析,解释了当阈值警报条件被清除时,这些警报是如何转移到DBA_ALERT_HISTORY中去的。

1万+

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



