Cleaning up the database

When you have finished with the Error Handler sample you can remove the database, the ODBC definition, and the user identifier and password values that are associated with the data source name.

Complete the following tasks to clean up the database environment:

  1. Remove the database and the ODBC definition.

    Follow the instructions that are relevant to your database manager:

  2. Remove the user identifier and password that are associated with the data source name STAFFDB.

    Open a command console window in which you can run WebSphere Message Broker commands. Enter the following command to remove the user identifier and password.

    mqsisetdbparms MB8BROKER -n STAFFDB -d
    

Back to sample home