sp408_monitor_audit
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
sequence_no | number | Â | |
timestamp | date | Â | |
old_component_no | number | Â | |
old_heartbeat_port | number | Â | |
old_heartbeat_address | varchar2(50) | Â | |
old_PCI_port | number | Â | |
old_PCI_address | varchar2(50) | Â | |
old_pid | number | Â | |
old_monitor_state | number | Â | |
new_component_no | number | Â | |
new_heartbeat_port | number | Â | |
new_heartbeat_address | varchar2(50) | Â | |
new_PCI_port | number | Â | |
new_PCI_address | varchar2(50) | Â | |
new_pid | number | Â | |
new_monitor_state | number | Â |
Keys
None.
Column Descriptions
Field | Description |
---|---|
sequence_no | For ordering queries- several events may happen at the same time. |
timestamp | Time at which the change happened (Uses the time zone of the DBMS server machine). |
old_component_no | Old value for component identifier. |
old heartbeat_port | Old value for port number for the monitor to listen for heartbeats on. |
old_heartbeat_address | Old value for address (IP or hostname) for the port for the monitor to listen for heartbeats on. |
old_PCI_port | Old value for the port number for the monitor to listen for Process Control commands on. |
old_PCI_address | Old value for address (IP or hostname) for the port for the monitor to listen for Process Control commands on. |
old_pid | Old value for monitor process id. |
old_monitor_state | Old value for monitor state. |
new_component_no | New value for component identifier. |
new_heartbeat_port | New value for port number for the monitor to listen for heartbeats on. |
new_heartbeat_address | New value for address (IP or hostname) for the port for the monitor to listen for heartbeats on. |
new_PCI_port | New value for the port number for the monitor to listen for Process Control commands on. |
new_PCI_address | New value for address (IP or hostname) for the port for the monitor to listen for Process Control commands on. |
new_pid | New value for monitor process id. |
new_monitor_state | New value for monitor state. |