14.1 sp419_event_audit
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
sequence_no | number(9) | ||
timestamp | date | ||
monitor_no | number | ||
message_type | number(9) | ||
message | varchar2(256) |
Keys
foreign key (monitor_no) references sp406_monitors(component_no)
Column Descriptions
Field | Description |
---|---|
sequence_no | Unique identifier: the sequence number of the update. |
timestamp | Date and time the event was generated (Uses the time zone of the DBMS server machine). |
monitor_no | Component number of the system monitor that generated the event. |
message_type | The type of event: 0 = Information 1 = Warning 2 = Error |
message | The textual description of the event. |