A. System Catalogs : Extended System Catalogs : Catalogs Shared by All Ingres Tools : ii_locks Catalog
 
Share this page                  
ii_locks Catalog
The ii_locks catalog is used by ABF, Vision, and OpenROAD to manage concurrent user access to applications and application components (such as frames or procedures). The format of ii_locks is as follows:
Column Name
Data Type
Description
entity_id
integer
Object ID of the locked object (application or application component).
session_id
integer
ID of the user session that locked the object.
locked_by
varchar(32)
User ID that locked the object.
lock_date
char(25)
Date locked.
lock_type
varchar(16)
Type of lock:
write if an application component is locked.
refresh if a concurrent application user has changed the application flow diagram (possibly affecting other users' screens).
entry if no change to flow diagram.