You can uninstall the Hub Store by dropping the Hub Store schemas and removing the user logins for the Hub Store schemas. Before you drop the Hub Store schemas, use the Hub Console to unregister the Hub Store schemas.
You must have administrator privileges to drop the Hub Store schemas.
Start the Hub Console.
Click the
Databases
tool under the
Configuration
workbench.
The
Database Information
page appears.
Click
Write Lock
Acquire Lock
.
From the list of databases, select the Operational Reference Store to unregister.
Click the
Unregister database
button.
The Databases tool prompts you to confirm unregistering the Operational Reference Store.
Click
Yes
.
Use the command line processor to connect to the IBM DB2 instance.
Use the following command for each Hub Store schema to drop the schema:
DROP TABLE ERRORSCHEMA.ERRORTABLE
CALL SYSPROC.ADMIN_DROP_SCHEMA('<Schema Name>', NULL, 'ERRORSCHEMA', 'ERRORTABLE')