This table contains detailed information of the request causing access violation. The entries are linked to the ACCLOGMAIN table.
Column Description(s):
Column Name | Column Type | Description |
ACCLOGSUB_ID |
BIGINT NOT NULL |
The primary key. |
ACCLOGMAIN_ID |
BIGINT NOT NULL |
Foreign key to the ACCLOGMAIN table. |
LOGTIME |
TIMESTAMP |
The time the access violation occurred. |
ACTION |
VARCHAR(254) |
A description of what the request tried to do. |
RESULT |
VARCHAR(254) |
The result of the access control check. |
RESOURCES |
VARCHAR(254) |
The resources accessed by the request. |
USERS_ID |
BIGINT NOT NULL |
The ID of the user executing the request. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031152760 |
ACCLOGSUB_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_18 |
ACCLOGMAIN_ID |
ACCLOGMAIN |
ACCLOGMAIN_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.