Configure the Database Cleanup utility to delete more tables and columns

The Database Cleanup utility is configurable. We can define tables and rows to clean in addition to the cleanup configurations that are defined by default. We can define tables and rows to delete by updating the utility configuration data in the CLEANCONF table. To extend the Database Cleanup utility, specify values for the jdbcDriver and jdbcUrlPrefix parameters when we are running the utility.


Task info

If you extend the database schema by creating tables, we can use the Database Cleanup utility to clean your new tables. If you change the database schema, we must review and possibly modify or add SQL statements in the CLEANCONF table so that the utility behaves correctly in the new schema. For example, if you add columns to one table, change a foreign key primary key relationship, or add a child table to the referential integrity path.

Note: Create cleanup configurations instead of altering existing configurations. By creating configurations, our changes are not lost when you apply maintenance fixes.

To add a cleanup configuration for the Database Cleanup utility, use the following syntax as a reference. The following statements configure the Database Cleanup utility to delete all objects with column_1 > 10, and where lastupdate is n days ago. In the following sample statements, object object_1 consists of table Table_1, which contains the following columns: column_1, column_2, lastupdate, and column_3.


Procedure

Run the following SQL statement: (IBM i)

(DB2)

(Oracle)

where:

We can use other values, but we must use the same value in the -type argument when you run the Database Cleanup utility.

Example: To run the Database Cleanup utility to clean the records that are in existence for two days from the new table, run the following script: (DB2)

Where LOGLEVEL is one of:

(AIX) (Oracle)

(Windows) (Oracle)

For the dbname parameter, use

for example, myhost:1521:mydb.


Related concepts
Database Cleanup utility


Related reference
Database Cleanup utility command script