Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 17 Firewall Port Ranges : port_range

port_range
The port_range table contains the firewall data about individual port/RPC numbers that lie within port range configurations defined on this iProcess Engine.
Structure
The port_range table has the following structure:
TABLE port_range (
port_range_id number(10) NOT NULL,
slot_number number(10) NOT NULL,
rpc_number number(10) NOT NULL,
port_number number(10) NOT NULL,
status number(10) NOT NULL,
logical_machine_id number(10) NULL,
logical_process_name varchar2(10) NULL,
logical_process_instance number(10) NULL)
-2  Reserved for future use.
-1  Unobtainable. (A process tried to use the port but found that it was already in use.)
0  Unallocated.
1  Allocated to the process defined by the logical_machine_id, logical_process_name and logical_process_instance columns.
0, if the port/RPC number has not been allocated to a process.
Primary Key
The following primary key is defined for this table.
port_range_id, slot_number
Foreign Keys
The following foreign key is defined for this table.
Indexes
None.
Storage
The following STORAGE values are defined for this table.
Table Activity
The port_range table contains one row per port/RPC number used by the iProcess Engine (if you are using iProcess on a network with a firewall and using port range filtering or RPC filtering).
Rows are added, updated and deleted in the following situations.
a user defines a new port range configuration, that is, a new record in the port_range_conf table, or modifies the range of an existing port range configuration, using the SWDIR\util\swadm utility.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved