This table contains detailed information of the
request causing access violation. The entries are linked to the
ACCLOGMAIN table.
Column Descriptions:
| Name | 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 NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | ACCLOGSUB_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_18 | ACCLOGMAIN_ID | ACCLOGMAIN | ACCLOGMAIN_ID | Cascade |