Object documentationOBJECTLOCKS Locate this document in the navigation structure

 

The SYSINFO.OBJECTLOCKS system table contains object locks and object lock requests.

Structure

OBJECTLOCKS

OBJECTID

CHAR(25)

Object ID

HOLDERTASKID

FIXED(10)

Task that holds the lock or NULL, if a request is described

REQUESTORTASKID

FIXED(10)

Task that waits for the lock or NULL, if a lock owner is described

LOCKMODE

CHAR(10)

Type of lock (SHARE | EXCLUSIVE)

FILEID

FIXED(20)

ID of the container containing the object identified by the OBJECTID

CLASSID

CHAR(8) BYTE

Identification of the container to which the object belongs

More Information

Database Administration in CCMS, Class Container