Applying sample scripts for archiving and purging
The interaction history tables contain transactional data which may grow fast. By using the sample scripts, the users can archive the data in the archiving database and delete (purge) the records from the source database. The scripts allow you to move the FACT table records, merge the Dimension records, and delete the records from the FACT table. Before you use any of the scripts, back up the source and target interaction history tables and create indexes on the columns. Indexes improve performance when you read data from the archived tables.
- Applying interaction history scripts for Oracle databases
- Applying interaction history scripts for Microsoft SQL Servers
- Applying interaction history scripts for Db2 Database Software
Note: The IH scripts contain variables like
<source_user_name>
or
<target_user_name>
that you must provide before executing any of
the sample scripts.