Revision as of 22:57, June 6, 2019 by Tanyai (talk | contribs) (1 revision imported: Adding Chat Thread tables for Iteration 14)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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_ETL_HISTORY

Description

Modified: 8.5.003 (in Oracle, fields with VARCHAR data types use explicit CHAR character-length semantics)

In partitioned databases, this table is partitioned.


This table provides information about the execution of each Genesys Info Mart job. A row is added to this table after each job completes.

Tip
Genesys recommends that you use the ADMIN_ETL_JOB_HISTORY view to query the job execution data.
Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.

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

Legend

Column Data Type P M F DV
JOB_ID Oracle: VARCHAR2(64 CHAR)
MSSQL: varchar(64)
PostgreSQL: varchar(64)
X X
WORKFLOW_TYPE Oracle: VARCHAR2(32 CHAR)
MSSQL: varchar(32)
PostgreSQL: varchar(32)
X X
JOB_NAME Oracle: VARCHAR2(32 CHAR)
MSSQL: varchar(32)
PostgreSQL: varchar(32)
JOB_VERSION Oracle: VARCHAR2(32 CHAR)
MSSQL: varchar(32)
PostgreSQL: varchar(32)
LOCAL_START_TIME Oracle: TIMESTAMP(3)
MSSQL: datetime
PostgreSQL: timestamp(3)
LOCAL_END_TIME Oracle: TIMESTAMP(3)
MSSQL: datetime
PostgreSQL: timestamp(3)
GMT_START_TIME Oracle: TIMESTAMP(3)
MSSQL: datetime
PostgreSQL: timestamp(3)
GMT_END_TIME Oracle: TIMESTAMP(3)
MSSQL: datetime
PostgreSQL: timestamp(3)
DURATION Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
STATUS Oracle: VARCHAR2(32 CHAR)
MSSQL: varchar(32)
PostgreSQL: varchar(32)
CREATED_TS Oracle: NUMBER(10)
MSSQL: int
PostgreSQL: integer
X

JOB_ID

ID that uniquely identifies the execution instance of the job.

WORKFLOW_TYPE

The name of the step of the job, such as Outbound.

JOB_NAME

The name of the job, such as Job_ExtractICON.

JOB_VERSION

The version of the job, such as 8.1.000.10.

LOCAL_START_TIME

The date and time the first step of the job started (in the time zone where Genesys Info Mart Server is running).

LOCAL_END_TIME

The date and time the last step of the job ended (in the time zone where Genesys Info Mart Server is running).

GMT_START_TIME

The date and time the first step of the job started (in GMT time zone).

GMT_END_TIME

The date and time the last step of the job ended (in GMT time zone).

DURATION

The duration of the job, in seconds.

STATUS

The status of the job, such as COMPLETE or FAILED.

CREATED_TS

The UTC-equivalent value of the date and time at which the job started.

Index List

CODE U C Description
I_C_ETL_H_CTS Improves purge performance.

Index I_C_ETL_H_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:


There are no references from this table/view.

 

This page was last edited on June 6, 2019, at 22:57.
Comments or questions about this documentation? Contact us for support!