Oracle Waveset Installation

Appendix B Uninstalling Waveset

This chapter has two sections:

Uninstalling the Waveset Software

Use these instructions to remove the software from a Windows or UNIX installation.

ProcedureTo Uninstall Waveset on Windows

  1. Stop your application server.

  2. If you are using a Windows server to run the Waveset Gateway, stop the gateway service with the command gateway –k.


    Note –

    You can later remove the gateway service with the command: gateway –r


  3. Remove configuration database files. To do this:

    1. Log in to your database server.

    2. Run the drop_waveset_tables.DatabaseType script for your database type.

  4. From the Windows Control Panel, open Add or Remove Programs.

  5. Click to highlight Waveset, and then click Change/Remove. Your system displays an Uninstaller panel.

  6. Click Uninstall Now to remove the application files and registry entries. After reading the Unistall Summary, click Finish.

  7. Remove links and references to the application software from your application server.

ProcedureTo Uninstall Waveset on UNIX

  1. Stop your application server.

  2. Go to the location where you installed the Waveset application.

  3. Remove configuration database files. To do this:

    1. Log in to your database server.

    2. Run the drop_waveset_tables.DatabaseType script for your database type.

  4. Enter the following command:

    java -cp . uninstall_Sun_System_Identity_Manager


    Note –
    • Do not include the .class extension of this file to the command.

    • If $WSHOME is in your class path, then you may omit the -cp . argument.


Removing the Waveset Database

Use one of the following commands to remove the Waveset database.

If your database is: 

On this platform: 

Run this command: 

MySQL 

Windows 

c:\mysql\bin\mysql < drop_waveset_tables.mysql

MySQL 

UNIX 

$MYSQL/bin/mysql < drop_waveset_tables.mysql

Oracle 

Windows 

sqlplus dbausername/dbapassword @drop_waveset_tables.oracle

Oracle 

UNIX 

sqlplus dbausername/dbapassword @drop_waveset_tables.oracle

DB2 

Windows and UNIX 

db2– tvf drop_waveset_tables.db2

SQL Server 

Windows 

isql -S Server -U User -P Password -i PathToFile \drop_waveset_tables.sqlserver