This table contains information about access
violation. Entries are created only if a violation has occurred.
There will only be one entry per request. Detailed information is
stored in the ACCLOGSUB table.
Column Descriptions:
| Name | Type | Description |
| ACCLOGMAIN_ID | BIGINT NOT NULL | The primary key. |
| THREADID | VARCHAR (32) | The ID of the thread in which the request was
handled. |
| HOSTNAME | VARCHAR (64) | The name of the host where the request
originated. |
| STOREENT_ID | INTEGER NOT NULL | The ID of the store as specified in 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> | ACCLOGMAIN_ID | Primary Key |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_18 | ACCLOGMAIN_ID | ACCLOGSUB | ACCLOGMAIN_ID | Cascade |