Question : I’m trying to complete an OFFLINE FULL BACKUP and receive this error message when executing db2 backup DB mydb. SQL1035N The database is currently in use. SQLSTATE=57019 I’ve checked db2 list applications - which returns no applications . How can I fix? Answer: First , check if the database is activated. db2pd -db mydb -app or db2 list active databases Second, if it’s activated , then deactivate the database db2 deactivate database Third, try OFFLINE FULL BACKUP again Related Posts on DB2 restore DB2 – Restore database from a ONLINE backup DB2 – check backup command and contents... Read more →