Information on the lock conflicts which occurred most recently (in chronological order).
Column name | Data type | Contents | ||
TIME_OF_CONFLICT | TIMESTAMP (3) | Time at which the conflict occurred | ||
OBJECT_TYPE | VARCHAR (6) | Type of object to be locked:
| ||
DBC_NUMBER | SMALLINT | Identification number of the database of NULL value in all other cases | ||
SPACE_ID | SMALLINT | Identification number of the space of the NULL value in all other cases | ||
TABLE_ID | SMALLINT | Identification number of the base table of NULL value in all other cases | ||
INDEX_ID | SMALLINT | Identification number of the index of the NULL value in all other cases | ||
ROW_ID | CHAR (8) | Internal number of the row to be locked NULL value in all other cases | ||
SI_VALUE | CHAR (8) | Internal presentation of the key value to be NULL value in all other cases | ||
PLAN_ID | INTEGER | Internal number of the SQL plan to be NULL value in all other cases | ||
META_SCHEMA | CHAR (8) | Internal number of the schema in the NULL value in all other cases | ||
META_TABLE | CHAR (8) | Internal number of the base table in the NULL value in all other cases | ||
HOST_NAME | CHAR (8) | Host name from the identification of the | ||
APPLICATION_NAME | CHAR (8) | Application name from the identification of | ||
CUSTOMER_NAME | CHAR (8) | Name of the requesting user from the | ||
CONVERSATION_ID | CHAR (8) | Identification of the waiting requesting | ||
TAC_NAME | CHAR (8) | Job name of the user ID or name of the | ||
MODULE_NAME | CHAR (8) | Name of the compilation unit NULL value in all other cases | ||
STATEMENT_NAME | VARCHAR (18) | Internal name of the SQL statement which NULL value in all other cases | ||
STATEMENT_TYPE | VARCHAR (31) | < In the case of SQL statements CALL DML: In the case of CALL DML statements SYSTEM in the case of system jobs (e.g. | ||
LOCK_MODE | VARCHAR (31) | Level of the lock request: For OBJECT_TYPE = SPACE: NO-UPDATE/SHARED-READ, Else: SHARED, EXCLUSIVE | ||
LOCK_TYPE | VARCHAR (8) | Value of the lock request: | ||
REQUEST_ANNOUNCED | CHAR (1) | Lock request is to be requested: | ||
LOCKING_OBJECT_TYPE | VARCHAR (6) | Type of object which prevents the lock:
| ||
LOCKING_HOST_NAME | CHAR (8) | Host name from the identification of the | ||
LOCKING_ | CHAR (8) | Application name from the identification of | ||
LOCKING_ | CHAR (8) | Name of the requesting user from the | ||
LOCKING_ | CHAR (8) | Identification of the locking requesting | ||
LOCKING_LOCK_MODE | VARCHAR (31) | Level of the object on which the lock failed:
for OBJECT_TYPE = SPACE else SHARED, EXCLUSIV |
Table 117: SYS_LOCK_CONFLICTS view of the SYS_INFO_SCHEMA