Sun Identity Manager 8.1 Installation

Removing the Identity Manager Database

Use one of the following commands to remove the Identity Manager 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