![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The version table contains version information on system data: currently either CDQP or user data. Processes that hold user details query this table to determine if their internal cache is up to date or not.TABLE version (
version_type varchar2(20) NOT NULL,
version_value number(6) NOT NULL)
The version table always contains a single row. The table is populated when the iProcess Engine is installed.
a Move System Information operation is performed and data for users, groups or attributes has been modified (that is, if the move_req flag for the Users data area in the flag_table is set to 1).
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |