Database cannot be dropped because it is currently in use. Explanation: You issued a DROP DATABASE statement, but another user is attached the same database. User Action: Wait for other users to detach from the database. If the database is in use, however, one would question the wisdom of trying to delete it. Remember that patience is a virtue.