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


Chapter 1 The TIBCO iProcess Engine Node : nodes

nodes
The nodes table holds information about this iProcess Engine node. A node is a single logical iProcess Engine, which may be installed either on a single computer, or spread over several using a node cluster architecture).
Structure
The nodes table has the following structure:
TABLE nodes(
node_id number(5) NOT NULL,
node_name varchar2(24) NOT NULL,
dir_name varchar2(28) NOT NULL,
mail_addr varchar2(149) NULL,
mail_cert varchar2(31) NULL,
mail_type number(5) NOT NULL,
node_public number(1) NOT NULL,
node_slave number(1) NOT NULL,
node_deleted number(1) NOT NULL,
rpc_majvers number(3) NOT NULL,
rpc_minvers number(3) NOT NULL,
server_majvers number(3) NOT NULL,
server_minvers number(3) NOT NULL)
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Storage
The following STORAGE values are defined for this table.
Table Activity
The nodes table contains one row, which is the entry for the iProcess Engine.
Rows are added, updated and deleted in the following situations.

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