<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=Documentation%3APEC-REP%2FLibrary%2FPDMLibraryGIM%2FTable-CTL_EXTRACT_HISTORY</id>
	<title>Documentation:PEC-REP/Library/PDMLibraryGIM/Table-CTL EXTRACT HISTORY - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=Documentation%3APEC-REP%2FLibrary%2FPDMLibraryGIM%2FTable-CTL_EXTRACT_HISTORY"/>
	<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=Documentation:PEC-REP/Library/PDMLibraryGIM/Table-CTL_EXTRACT_HISTORY&amp;action=history"/>
	<updated>2026-05-13T10:49:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://all.docs.genesys.com/index.php?title=Documentation:PEC-REP/Library/PDMLibraryGIM/Table-CTL_EXTRACT_HISTORY&amp;diff=123452&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;{{ArticleSimplifiedWikiEdit |DisplayName=Table CTL_EXTRACT_HISTORY  |Context={{#cargo_query:tables=PDMTable|fields=shortDesc|where=_pageName LIKE &quot;{{FULLPAGENAME}}&quot;}} }} {{PDM...&quot;</title>
		<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=Documentation:PEC-REP/Library/PDMLibraryGIM/Table-CTL_EXTRACT_HISTORY&amp;diff=123452&amp;oldid=prev"/>
		<updated>2022-06-29T04:30:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ArticleSimplifiedWikiEdit |DisplayName=Table CTL_EXTRACT_HISTORY  |Context={{#cargo_query:tables=PDMTable|fields=shortDesc|where=_pageName LIKE &amp;quot;{{FULLPAGENAME}}&amp;quot;}} }} {{PDM...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ArticleSimplifiedWikiEdit&lt;br /&gt;
|DisplayName=Table CTL_EXTRACT_HISTORY &lt;br /&gt;
|Context={{#cargo_query:tables=PDMTable|fields=shortDesc|where=_pageName LIKE &amp;quot;{{FULLPAGENAME}}&amp;quot;}}&lt;br /&gt;
}}&lt;br /&gt;
{{PDMTable&lt;br /&gt;
|tableName = CTL_EXTRACT_HISTORY&lt;br /&gt;
|shortDesc = &lt;br /&gt;
|tableDesc = This table contains information about the last attempted and last successful incremental extraction. The UTC-equivalent value of the date and time and/or a sequence number are provided for the data source table that was used in the last extract attempt. Data source information covers such details as the IDB from which the data was extracted, the ICON instance that populated the IDB, and the application that was the original source of data (T-Server, Outbound Contact Server, and so forth).&lt;br /&gt;
|subjectAreas = &lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = 8.5.003 (in Oracle, fields with &amp;lt;tt&amp;gt;VARCHAR&amp;lt;/tt&amp;gt; data types use explicit &amp;lt;tt&amp;gt;CHAR&amp;lt;/tt&amp;gt; character-length semantics)&lt;br /&gt;
|discontinued = &lt;br /&gt;
|group = &lt;br /&gt;
|partitioned = yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = TABLE_NAME&lt;br /&gt;
|dataType_Ora = VARCHAR2(255 CHAR)&lt;br /&gt;
|dataType_MSSQL = varchar(255)&lt;br /&gt;
|dataType_Postgre = varchar(255)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = yes&lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The name of the IDB table from which data was extracted.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = DATA_SOURCE_KEY&lt;br /&gt;
|dataType_Ora = NUMBER(10)&lt;br /&gt;
|dataType_MSSQL = int&lt;br /&gt;
|dataType_Postgre = integer&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = yes&lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The surrogate key that is used to join this table to the CTL_DS table.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = DATA_SOURCE_TYPE&lt;br /&gt;
|dataType_Ora = NUMBER(10)&lt;br /&gt;
|dataType_MSSQL = int&lt;br /&gt;
|dataType_Postgre = integer&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The type of the data source server as reported by ICON. This field is set to one of the following values:&lt;br /&gt;
* 1 &amp;amp;mdash; T-Server&lt;br /&gt;
* 2 &amp;amp;mdash; Interaction Server &lt;br /&gt;
* 3 &amp;amp;mdash; OCS Server&lt;br /&gt;
* 4 &amp;amp;mdash; Configuration Server&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = ROW_COUNT&lt;br /&gt;
|dataType_Ora = NUMBER(10)&lt;br /&gt;
|dataType_MSSQL = int&lt;br /&gt;
|dataType_Postgre = integer&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The number of records that are extracted in a given extraction cycle.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = MAX_TIME&lt;br /&gt;
|dataType_Ora = TIMESTAMP(3)&lt;br /&gt;
|dataType_MSSQL = datetime&lt;br /&gt;
|dataType_Postgre = timestamp(3)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The date and time, in the Genesys Info Mart server time zone, that represent the highest timestamp value for the records that are extracted in a given extraction cycle.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = MAX_TS&lt;br /&gt;
|dataType_Ora = NUMBER(10)&lt;br /&gt;
|dataType_MSSQL = int&lt;br /&gt;
|dataType_Postgre = integer&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The UTC-equivalent value of the date and time that represents the highest timestamp value for the records that are extracted in a given extraction cycle.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = ICON_DBID&lt;br /&gt;
|dataType_Ora = NUMBER(10)&lt;br /&gt;
|dataType_MSSQL = int&lt;br /&gt;
|dataType_Postgre = integer&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = yes&lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default = 0&lt;br /&gt;
|colDesc = ID that uniquely identifies the ICON application instance. The value is the same as the one that ICON provided in the IDB.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = DSS_ID&lt;br /&gt;
|dataType_Ora = NUMBER(10)&lt;br /&gt;
|dataType_MSSQL = int&lt;br /&gt;
|dataType_Postgre = integer&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The data source session identifier that is used in a given extraction cycle.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = PROVIDERTAG&lt;br /&gt;
|dataType_Ora = NUMBER(10)&lt;br /&gt;
|dataType_MSSQL = int&lt;br /&gt;
|dataType_Postgre = integer&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The ID of the ICON provider class, such as 5 for the configuration information provider (cfg). This field is reserved.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = EXTRACT_START_TIME&lt;br /&gt;
|dataType_Ora = TIMESTAMP(3)&lt;br /&gt;
|dataType_MSSQL = datetime&lt;br /&gt;
|dataType_Postgre = timestamp(3)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The date and time when the extraction job started.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = EXTRACT_END_TIME&lt;br /&gt;
|dataType_Ora = TIMESTAMP(3)&lt;br /&gt;
|dataType_MSSQL = datetime&lt;br /&gt;
|dataType_Postgre = timestamp(3)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The date and time when the extraction job finished.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = JOB_ID&lt;br /&gt;
|dataType_Ora = VARCHAR2(64 CHAR)&lt;br /&gt;
|dataType_MSSQL = varchar(64)&lt;br /&gt;
|dataType_Postgre = varchar(64)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = yes&lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = ID that uniquely identifies the execution instance of the job.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = JOB_NAME&lt;br /&gt;
|dataType_Ora = VARCHAR2(32 CHAR)&lt;br /&gt;
|dataType_MSSQL = varchar(32)&lt;br /&gt;
|dataType_Postgre = varchar(32)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The name of the job that extracted data--for example, Job_ExtractICON.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = JOB_VERSION&lt;br /&gt;
|dataType_Ora = VARCHAR2(64 CHAR)&lt;br /&gt;
|dataType_MSSQL = varchar(64)&lt;br /&gt;
|dataType_Postgre = varchar(64)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The version of the job that extracted data--for example, 8.1.000.10.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = DAP_NAME&lt;br /&gt;
|dataType_Ora = VARCHAR2(255 CHAR)&lt;br /&gt;
|dataType_MSSQL = varchar(255)/nvarchar(255)&lt;br /&gt;
|dataType_Postgre = varchar(255)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = &lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The name of the Database Access Point (DAP) through which data was extracted.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = CREATE_AUDIT_KEY&lt;br /&gt;
|dataType_Ora = NUMBER(19)&lt;br /&gt;
|dataType_MSSQL = numeric(19)&lt;br /&gt;
|dataType_Postgre = numeric(19)&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = yes&lt;br /&gt;
|foreignKey = yes&lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools--that is, applications that need to identify newly added data.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMColumn&lt;br /&gt;
|colName = CREATED_TS&lt;br /&gt;
|dataType_Ora = NUMBER(10)&lt;br /&gt;
|dataType_MSSQL = int&lt;br /&gt;
|dataType_Postgre = integer&lt;br /&gt;
|primaryKey = &lt;br /&gt;
|mandatory = yes&lt;br /&gt;
|foreignKey = &lt;br /&gt;
|default =&lt;br /&gt;
|colDesc = The UTC-equivalent value of the date and time at which the extraction job started.&lt;br /&gt;
|introduced = &lt;br /&gt;
|modified = &lt;br /&gt;
|discontinued = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMIndex}}&lt;br /&gt;
{{PDMIndexItem&lt;br /&gt;
|indexName = I_C_EXTRACT_H_CTS&lt;br /&gt;
|indexDesc = Improves purge performance.&lt;br /&gt;
|indexPresentInPartitioned = yes&lt;br /&gt;
|indexKey = CREATED_TS&lt;br /&gt;
|keyPresentInNonpartitioned = yes&lt;br /&gt;
|sort = Ascending &lt;br /&gt;
|unique = &lt;br /&gt;
|cluster =&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{PDMRef&lt;br /&gt;
|parentTable = CTL_AUDIT_LOG&lt;br /&gt;
|parentColumn = AUDIT_KEY&lt;br /&gt;
|foreignKey = CREATE_AUDIT_KEY&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>