Applying interaction history scripts in Oracle databases
Use interaction history scripts with Oracle databases to archive or purge the interaction history tables on Windows OS. The scripts allow you to move the FACT table records, merge the Dimension records, and delete the records from the FACT table.
- Back up the source and target interaction history tables.
- Create indexes on the columns. Indexes improve performance when you read data from the archived tables.
- Modify interaction history records using the sample scripts:
Previous topic Applying sample scripts for archiving and purging Next topic Moving the FACT table records