MSC_IOT_RESOURCE_ALERTS
Table to store the incidents(Prediction/Anamoly) for all the iot enabled resources in the planning system.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
MSC_IOT_RESOURCE_ALERTS_PK |
INCIDENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INCIDENT_ID | NUMBER | 18 | Yes | Unique identifier for the resource alert. | |
PLAN_ID | NUMBER | 18 | Yes | Plan identifier of the resource alert. | |
RESOURCE_CODE | VARCHAR2 | 64 | Yes | Resource Name / Entity Name related to the alert. | |
RES_INSTANCE_CODE | VARCHAR2 | 64 | Instance Name related to the resource. | ||
INCIDENT_TYPE | VARCHAR2 | 32 | Type of incident(Anomaly/Prediction). | ||
PRIORITY | NUMBER | 1 | Defines priority of the incident reported. One of the values High/Medium/Low. | ||
INCIDENT_NAME | VARCHAR2 | 500 | Brief summary of the reported incident. | ||
INCIDENT_INFO | VARCHAR2 | 2500 | Details of the incident reported. Comma separated Key-Value pairs of properties of incident. | ||
REPORTED_DATE | DATE | Date/time at which the incident was reported. | |||
ENTITY_TIME | DATE | Represents the time at which the entity failure may occur. | |||
INTERVAL | VARCHAR2 | 32 | Interval at which the incident/anomaly happens. | ||
CONFIDENCE_LEVEL | NUMBER | 6 | Probability of the resource incident reported to fail(in percentage). | ||
FAILURE | NUMBER | 1 | Flag to indicate the prediction as failure values (1 - True, 2 - False). | ||
STATUS | NUMBER | 1 | Open/Closed in case of prediction type. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_IOT_RESOURCE_ALERTS_U1 | Unique | Default | INCIDENT_ID |