The following topics describe how to clean and remove Oracle database tables when uninstalling IBM® WebSphere® Presence Server Component.
tar -xvf IBMPresenceServerDbPackage_7.0.tar
Parameter | Description | Default value |
---|---|---|
DBNAME | Name of the database | PSDB |
DBUSER | User ID for the authorized user (the ID with which you are logged in) | <user name> |
DBUSERPW | Password for the authorized user | <pw> |
DBNAME=PSDB DBUSER=user_ID DBUSERPW=user_pw
sqlplus $dbuser/$dbuserPW@$dbname
DROP TABLE USAGERECORDS;
sqlplus $dbuser/$dbuserPW@$dbname
DROP TABLE table_name;
./dropOracleSIBusSchemas.sh java_home jar_name jdbc_jars_dir db_user db_password db_server db_name db_port db_schema_filewhere: