DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.V_$THRESHOLD_TYPES

Object Details
Object Name: V_$THRESHOLD_TYPES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of threshold types

[View Source]

Columns
Name Datatype Length Mandatory Comments
METRICS_ID NUMBER

Metrics id
METRICS_GROUP_ID NUMBER

Metrics group id
OPERATOR_MASK NUMBER

Operator mask
OBJECT_TYPE VARCHAR2 (64)
Object type
ALERT_REASON_ID NUMBER

Alert reason id
METRIC_VALUE_TYPE NUMBER

Metric value type
CON_ID NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT METRICS_ID
,      METRICS_GROUP_ID
,      OPERATOR_MASK
,      OBJECT_TYPE
,      ALERT_REASON_ID
,      METRIC_VALUE_TYPE
,      CON_ID
FROM SYS.V_$THRESHOLD_TYPES;

Dependencies

[top of page]

SYS.V_$THRESHOLD_TYPES references the following:

SYS.V_$THRESHOLD_TYPES is referenced by following:

SchemaPUBLIC
SynonymV$THRESHOLD_TYPES