I have a DB2 database (let's call it mydb
) that I would like to delete. However, when I do db2 drop db mydb
I get back
SQL1035N The operation failed because the specified database cannot be connected to in the mode requested. SQLSTATE=57019
What am I doing wrong?