Delete vendor objects


  1. cd WC_installdir/bin

  2. For DB2...

    ./dbclean.sh -object vendor 
                 -type obsolete 
                 -instancexml WC_installdir/instances/instance/xml/instance.xml 
                 -db dbname 
                 -dbuser user 
                 -loglevel loglevel 
    

    For Oracle...

    ./dbclean.sh -object vendor 
                 -type obsolete 
                 -instancexml WC_installdir/instances/instance/xml/instance.xml 
                 -db dbname 
                 -loglevel loglevel 
                 -dbtype oracle 
                 -dbuser user 
                 -dbpasswd password
    

    For Oracle use host:port:sid for the database name. For example, myhost:1521:mydb.

  3. Examine...

      WC_installdir/instances/instance/logs/DBClean/DBClean. timestamp.log

 

Related Concepts


Database Cleanup utility