Entering content frame

Object documentation OMS_LOCKOBJ_INFO Locate the document in the library structure

Definition

The system table OMS_LOCKOBJ_INFO contains information about locks that are explicitly held or requested using the OmsLockObject.

Structure

OMS_LOCKOBJ_INFO

PROCESS

FIXED(10)

ID of the task that holds or requests the lock

SESSION

FIXED(10)

ID of the session that holds or requests the lock

USERNAME

CHAR(32)

Name of the user that holds or requests the lock

TERMID

CHAR(18)

ID of the terminal that the connected application uses

APPLPROCESS

FIXED(10)

Operating system ID of the connected application

APPLNODEID

CHAR(64)

Name of the computer of the remotely connected application

LOCK_HANDLE

CHAR(8) BYTE

User-defined ID of the lock

LOCK_MODE

CHAR(14)

Type of lock (NULL value | SHARE | EXCLUSIVE)

REQ_MODE

CHAR(14)

Type of lock in case of a collision with timeout wait situations (NULL value| SHARE | EXCLUSIVE)

REQ_TIMEOUT

FIXED(10)

Time remaining before timeout

See also:

Concepts of the Database System, Locking for Database Objects

Database Management in CCMS, Structure linkOMS Locks, Structure linkOMS Monitor

 

Leaving content frame