Oracle 11gR1
DBA_THRESHOLDS
describes all thresholds.
Column | Datatype | NULL | Description |
|
| | Metrics name |
|
| | Relational operator for warning thresholds: · · · · · · · · · |
|
| | Warning threshold value |
|
| | Relational operator for critical thresholds: · · · · · · · · · |
|
| | Critical threshold value |
|
| | Observation period length (in minutes) |
|
| | Number of occurrences before an alert is issued |
|
| | Instance name; null for database-wide alerts |
|
| | Object type: · · · · · |
|
| | Name of the object for which the threshold is set |
|
| | Indicates whether the threshold is applicable on a valid object ( |
Note:
1.
select * from dba_thresholds;
METRICS_ NAME | WARNING_ OPERATOR | WARNING_ VALUE | CRITICAL_ OPERATOR | CRITICAL_ VALUE | OBSERVATION_ PERIOD | CONSECUTIVE_ OCCURRENCES | INSTANCE_ NAME | OBJECT_ TYPE | OBJECT_ NAME | STATUS |
Tablespace Space Usage | GE | 85 | GE | 97 | 1 | 1 | database_wide | TABLESPACE | NULL | VALID |
2. The following dictionary views provide information about server alerts:
- DBA_THRESHOLDS lists the threshold settings defined for the instance.
- DBA_OUTSTANDING_ALERTS describes the outstanding alerts in the database.
- DBA_ALERT_HISTORY lists a history of alerts that have been cleared.
- V$ALERT_TYPES provides information such as group and type for each alert.
- V$METRICNAME contains the names, identifiers, and other information about the system metrics.
- V$METRIC and V$METRIC_HISTORY views contain system-level metric values in memory.
No comments:
Post a Comment