Cleaning up DB2
These instructions assume that you are using IBM DB2 Universal Database
and guide you through the following tasks:
- Remove the database called USERDB that is used by the Data Warehouse sample
- Remove the ODBC definition for the database
To remove the database and the ODBC definition:
- In a DB2 command window, enter the following command to ensure that DB2 is started:
db2start
- In a DB2 command window, enter the following command:
db2 DROP DATABASE USERDB
- Remove the ODBC definition for the USERDB database,
it has a data source name (DSN) of USERDB,
which is achieved by undoing the ODBC setup step; see
Enabling ODBC connections to the databases
in the WebSphere Message Broker documentation.
Back to Cleaning up the database
Back to sample home