To delete distributor objects:
- Type the following to first delete contract objects:
. dbclean.sh -object contract -type obsolete-instancexml instancename-db dbname -dbtype oracle -dbuser user -dbpasswdpassword
dbclean -object contract -type obsolete-instancexml instancename-db dbname -dbtype oracle -dbuser user -dbpasswdpassword
Use host:port:sid for the Oracle database name. For example, myhost:1521:mydb.
- Type the following to delete fulfillment center objects:
. dbclean.sh -object fulfillment_center -type obsolete-instancexml instancename-db dbname -dbtype oracle -dbuser user -dbpasswdpassword
dbclean -object fulfillment_center -type obsolete-instancexml instancename-db dbname -dbtype oracle -dbuser user -dbpasswdpassword
Use host:port:sid for the Oracle database name. For example, myhost:1521:mydb.
- Type the following to delete store objects:
. dbclean.sh -object store -type markedfordelete-instancexml instancename-name storeID -db dbname -dbuser user -dbpasswd
- password -instancexmlWC_installdir/instances/instance_name/xml/instance_name.xml
dbclean -object store -type markedfordelete-instancexml instancename-name storeID -db dbname -dbuser user -dbpasswdpassword-instancexmlWC_installdir/instances/instance_name/xml/instance_name.xml
. dbclean.sh -object store -type markedfordelete-instancexmlinstancename-name storeID -db dbname -dbtype oracle -dbuser user -dbpasswdpassword-instancexmlWC_installdir/instances/instance_name/xml/instance_name.xml
dbclean -object store -type markedfordelete-instancexml instancename-name storeID -db dbname -dbtype oracle -dbuser user -dbpasswdpassword-instancexmlWC_installdir/instances/instance_name/xml/instance_name.xml
Use host:port:sid for the Oracle database name. For example, myhost:1521:mydb.
- Examine the WC_installdir/instances/instance_name/logs/DBClean/DBClean.timestamp.log file.