<?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_PURGE_HISTORY</id>
	<title>Documentation:PEC-REP/Library/PDMLibraryGIM/Table-CTL PURGE 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_PURGE_HISTORY"/>
	<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=Documentation:PEC-REP/Library/PDMLibraryGIM/Table-CTL_PURGE_HISTORY&amp;action=history"/>
	<updated>2026-05-13T10:50:03Z</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_PURGE_HISTORY&amp;diff=123454&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;{{ArticleSimplifiedWikiEdit |DisplayName=Table CTL_PURGE_HISTORY  |Context={{#cargo_query:tables=PDMTable|fields=shortDesc|where=_pageName LIKE &quot;{{FULLPAGENAME}}&quot;}} }} {{PDMTa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=Documentation:PEC-REP/Library/PDMLibraryGIM/Table-CTL_PURGE_HISTORY&amp;diff=123454&amp;oldid=prev"/>
		<updated>2022-06-29T04:30:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ArticleSimplifiedWikiEdit |DisplayName=Table CTL_PURGE_HISTORY  |Context={{#cargo_query:tables=PDMTable|fields=shortDesc|where=_pageName LIKE &amp;quot;{{FULLPAGENAME}}&amp;quot;}} }} {{PDMTa...&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_PURGE_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_PURGE_HISTORY&lt;br /&gt;
|shortDesc = &lt;br /&gt;
|tableDesc = This table provides information about the execution history of Job_MaintainGIM as it pertains to purge.&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 = 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 maintenance 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_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 purged 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 = 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 table from which data was purged.&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 = PURGE_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 GMT time zone, that represent the highest timestamp value for the records that are deleted in a given purge 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 = PURGE_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 = yes&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 deleted in a given purge 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 = PURGE_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 maintenance job started the purge 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 = PURGE_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 maintenance job finished the purge 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 = 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 rows that was deleted in a given purge 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 = 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 maintenance job started the purge cycle.&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_PURGE_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;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>