Deleting staged objects

To delete staged objects from the database, use the Database Cleanup utility.

Procedure

  1. Set the PATH environment variables.
  2. From the WC_installdir/bin directory, run the following script:
    • DB2
      • For IBM i OS operating systemSolarisLinuxAIX ./dbclean.sh -object staglog -type obsolete -instancexml WC_installdir/instances/instance_name/xml/instance_name.xml -db dbname -dbuser user -days daysold -loglevel loglevel
      • Windows dbclean -object staglog -type obsolete -instancexml WC_installdir/instances/instance_name/xml/instance_name.xml -db dbname -days daysold -loglevel loglevel
    • Oracle
      • SolarisAIX ./dbclean.sh -object staglog -type obsolete -instancexml WC_installdir/instances/instance_name/xml/instance_name.xml -db dbname -days daysold -loglevel loglevel -dbtype oracle -dbuser user -dbpasswd password
      • Windows dbclean -object staglog -type obsolete -instancexml WC_installdir/instances/instance_name/xml/instance_name.xml -db dbname -dbuser user -days daysold -loglevel loglevel -dbtype oracle -dbuser user -dbpasswd password
      Use host:port:sid for the database name for example, myhost:1521:mydb.
  3. Examine the WC_installdir/instances/instance_name/logs/DBClean/DBClean.timestamp.log file.