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