14.1 sp409_component_ports
This table contains the port numbers and addresses for all ServiceOptimizer processes. If a component has no entries in this table, all its ports will be allocated dynamically by the operating system.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
component_no | number | ||
port_type | number | ||
port_number | number | ||
port_address | varchar2(50) | ||
listener_count | number |
Keys
unique (component_no, port_type)
foreign key (component_no) references 14.1 sp400_components(component_no)
foreign key (port_type) references 14.1 sp411_component_port_types(type_no)
Column Descriptions
Field | Description |
---|---|
component_no | Component identifier. |
port_type | The sort of port this row is to configure. Different options are valid for each type of component. |
port_no | Port number for the specified port type – avalue of null or 0 means automatically select a random unique port. |
port_address | Address (IP or hostname) for the port. This will default to using the current machine if left null (recommended setting). |
listener_count | Number of threads to listen on this port.
|