I am installing InfoSphere V1171 on Linux RHEL 7.
When I am trying to install InfoSphere but in the validation step I get the error:
FAILED: CDIPR2123I: Ensure that the database xmeta is empty
I have tried to drop the table using the below command and recreate the DB but the error reappears:
db2 drop database xmeta
How can I clear the DB?