Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Procedures : procedure_lock

procedure_lock
The procedure_lock table holds the locks that are used to control access to procedures.
Structure
The procedure_lock table has the following structure:
TABLE procedure_lock (
node_id
number(5) NOT NULL,
proc_id number(5) NOT NULL,
lock_state number(1) NOT NULL,
lock_owner varchar2(24) ,
lock_date date NOT NULL,
lock_reason number(1) NOT NULL)
0  not locked.
1  locked by the TIBCO iProcess Modeler.
2  locked by SWDIR\bin\swutil IMPORT.
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 procedure_lock table contains one row for each procedure on the system that is currently being edited.
Rows are added, updated and deleted in the following situations.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved