Running Data Purge
About this task
Before you run the purge operation, shut down all Optimize processes. The purge can take several hours to execute. You can track the progress of a running purge operation in the OPERATION_LOG table. See Viewing Purge Operation Events.
Oracle
About this task
Optimize purges data from database components in Oracle by calling a stored procedure from an Oracle database client. The procedure purges data by re-creating the database component and re-inserting the data you want to keep. With this approach, the purge operation always takes about the same length of time, regardless of the length of time between purges, so you can purge data infrequently (for example, about every three months). However, while frequent database purging will not speed up the time duration of the purge, you can improve the performance of the data purge operation by keeping fewer days of data.
To run Data Purge in Oracle
Procedure
Results
SQL Server
About this task
Optimize purges data from databases in SQL Server by calling a stored procedure from an MSSQL database client. This procedure purges data by issuing DELETE statements.
To run Data Purge in SQL Server
Procedure
Results
DB2
About this task
Execute the following procedure from the command line where DB2 has been installed:
To run Data Purge in DB2
Procedure
Resetting Referential Constraints if Data Purge Fails on DB2
About this task
If the Data Purge fails or is canceled by the user, there is a chance the referential constraints were not re-enabled. Use the following command sequence to enable them.
To reset referential constraints