Clean up Oracle

These instructions assume that you are using DB2 Universal Database and guide you through the following tasks:

To remove the database and the ODBC definition:

  1. In a command window enter the following command:
    sqlplus <uid>/<password>
    DROP DATABASE PATSDB;      
            
  2. To remove the ODBC definition for the PATSDB database, (which has a data source name of PATIENTSDSN), undo the ODBC setup step; see Enabling ODBC connections to the databases in the WebSphere Message Broker documentation.

Back to Cleaning up the patient identifier database