14.1 sp415_assigned_ports_audit
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
component_no | number | ||
sequence_no | number | ||
timestamp | date | ||
user_id | varchar2(20) | ||
port_type | number | ||
old_port | number | ||
new_port | number | ||
old_address | varchar2(50) | ||
new_address | varchar2(50) | ||
old_listener_count | number | ||
new_listener_count | number |
Keys
None.
Column Descriptions
Field | Description |
---|---|
component_no | Component identifier. |
sequence_no | Unique identifier: the sequence number of the update. |
timestamp | Date and time at which these details were saved. Uses the time zone of the DBMS server machine. |
user_id | Not used. |
port_type | The sort of port this row is to configure. Different options are valid for each type of component. |
old_port | Old port number for the specified port type. |
new_port | New port number for the specified port type. |
old_address | Old address (IP or hostname) for the port. |
new_address | New address (IP or hostname) for the port. |
old_listener_count | Old number of threads to listen on this port. |
new_listener_count | New number of threads to listen on this port. |