Uninstall CDP
The uninstall process drops all objects in the Ingrian schema. user should not create objects in that schema.
Prerequisites
Decrypt all previously encrypted tables.
Delete all associated database connections.
Steps
Log on to the system as an instance owner.
For Red Hat Enterprise Linux or AIX:
Log on as a db2 instance owner. On UNIX/Linux, the default user name is db2inst1. (the last character is the numeral one).
From the command prompt, run the following command.
./install.sh uninstall <destination_db>
For Windows:
Log on as a db2 instance owner.
From the command prompt, run the following command.
install.bat uninstall <destination_db>
The uninstall option removes all the .jar files from the DB2 instance. It does not remove any of the metadata tables, stored procedures, extended stored procedures, or user defined functions. Metadata tables and stored procedures must be removed manually.
Before uninstalling CDP, uninstall the metadata, if any, from all databases in the same DB2 instance using
uninstall_metadata
mode.