Cleaning up DB2
These instructions assume that you are using DB2 Universal Database and guide you through the following tasks:
- Remove the database called SROUTEDB that is used by the Simplified Database Routing sample
- Remove the JDBC definition for the database
To remove the database and the JDBC 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 SROUTEDB
- Remove the JDBC definition SIMPLERROUTEDB from the broker.
Open a command console window in which you can run WebSphere Message Broker commands,
and enter the following commands:
mqsistart MB8BROKER
mqsideleteconfigurableservice MB8BROKER -c JDBCProviders -o SIMPLERROUTEDB
Back to Cleaning up the database
Back to sample home