In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
- DV = Default value
- In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.
Table CTL_AUDIT_LOG
Description
Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.
Column List
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
AUDIT_KEY | Oracle: NUMBER(19) MSSQL: numeric(19) PostgreSQL: numeric(19) |
X | X | ||
JOB_ID | Oracle: VARCHAR2(64 CHAR) MSSQL: varchar(64) PostgreSQL: varchar(64) |
X | |||
CREATED | Oracle: TIMESTAMP(3) MSSQL: datetime PostgreSQL: timestamp(3) |
X | |||
INSERTED | Oracle: TIMESTAMP(3) MSSQL: datetime PostgreSQL: timestamp(3) |
||||
PROCESSING_STATUS_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | |||
MIN_START_DATE_TIME_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | |||
MAX_START_DATE_TIME_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X | |||
MAX_CHUNK_TS | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
||||
DATA_SOURCE_KEY | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
||||
ROW_COUNT | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
||||
CREATED_TS | Oracle: NUMBER(10) MSSQL: int PostgreSQL: integer |
X |
AUDIT_KEY
The primary key of this table and the surrogate key that is used to join this table to GIDB, merge tables, and dimensional model tables.
JOB_ID
ID that uniquely identifies the execution instance of the job.
CREATED
The date and time of row creation.
INSERTED
The UTC-equivalent date and time when the processing of the logical transaction described by this row was completed and the record was inserted into the database.
PROCESSING_STATUS_KEY
Reference to the CTL_PROCESSING_STATUS dimension. This field is reserved.
MIN_START_DATE_TIME_KEY
The minimum value of START_DATE_TIME_KEY that is committed in a transaction. If partitioning is enabled, this value helps to identify fact-table partition(s) in which data was inserted or updated.
MAX_START_DATE_TIME_KEY
The maximum value of START_DATE_TIME_KEY that is committed in a transaction. If partitioning is enabled, this value helps to identify fact-table partition(s) in which data was inserted or updated.
MAX_CHUNK_TS
The maximum value out of all timestamps that are stored for a particular chunk of data that is marked with the corresponding audit key.
DATA_SOURCE_KEY
The surrogate key that is used to join to the CTL_DS dimension. It specifies the data source server, such as T-Server, Interaction Server, Configuration Server, Outbound Contact Server (OCS), and Genesys Info Mart Server itself.
ROW_COUNT
The number of records that are marked with this audit key.
CREATED_TS
The UTC-equivalent value of the date and time of row creation.
Index List
CODE | U | C | Description |
---|---|---|---|
IDX_CTL_AL_CTS | Improves purge performance. |
Index IDX_CTL_AL_CTS
Field | Sort | Comment |
---|---|---|
CREATED_TS | Ascending |
Subject Areas
No subject area information available.
References
The summary List of References will include the following entries for this table or view:
Child Table/View | Child Table/View Column | Parent Table/View | Parent Table/View Column |
---|---|---|---|
CTL_AUDIT_LOG | MAX_START_DATE_TIME_KEY | DATE_TIME | DATE_TIME_KEY |
CTL_AUDIT_LOG | MIN_START_DATE_TIME_KEY | DATE_TIME | DATE_TIME_KEY |