Do you want to drop the database named TIOINTER that resides at node TC (which is a different DB2 instance), or do you just want to remove the local alias? In the first case, attach to instance TC with the proper credentials and drop the database there. In both cases, you should run the following DB2 command:
Code:
$ db2 uncatalog db tc
That will remove the entry from the local database directory and make the database unaccessible from the local instance.