Linux 3.1 DB2 V8.1 FP10
I have removed the TOOLSDB without dropping the tools catalog and now I am having problems.
If I run "db2 drop tools catalog systools in database toolsdb" I get,
SQL1013N The database alias name or database name "" could not be found.
If I run "db2 create tools catalog systools create new database TOOLSDB" I get,
SQL1005N The database alias "TOOLSDB" already exists in either the local
database directory or system database directory.
If I run, "db2 drop database TOOLSDB" I get,
SQL1013N The database alias name or database name "TOOLSDB " could not be found. SQLSTATE=42705
I have tried
http://www-1.ibm.com/support/docview...en&rss=ct71db2
It did not help. Now I am thinking to delete the TOOLSDB database files from /home/db2inst1/db2inst1/NODE0000/.................but I don't know which directory/files would be belong to TOOLSDB.
It looks like we have 4 database but 5 SQL0000X directory. Can someone please help ?
Thanks.