EXA_USER_TRANSACTION​_CONFLICTS_LAST_DAY
This system table contains all transaction conflicts linked to the current user's sessions. This system table can be cleared by the statement TRUNCATE AUDIT LOGS. All users have access to the table.
Column Name | Description |
---|---|
SESSION_ID
|
ID of the session |
CONFLICT_SESSION_ID
|
Session which produces the conflict |
START_TIME
|
Start time of the conflict |
STOP_TIME
|
End time of the conflict or NULL if the
conflict is still open
|
CONFLICT_TYPE
|
Type of the conflict:
|
CONFLICT_OBJECTS
|
Name of the corresponding objects |
CONFLICT_INFO
|
Additional information about the conflict |