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. |