I cannot drop the database and getting the error message SQL1035N The operation failed because the specified database cannot be connected to in the mode requested. SQLSTATE=57019 What is the safest way to work around this problem? Answer: The DB2 error message appears because the current database is not a valid state for the DROP DATABASE command you’re attempting to commit. From the IBM DB2 LUW documentation “The database must not be in use; all users must be disconnected from the database before the database can be dropped”. Before you deactivate the database , speak with the application owner and... Read more →