Skip to content

Instantly share code, notes, and snippets.

@rch317
Last active October 3, 2017 14:25
Show Gist options
  • Save rch317/696acb17e757e23a5cb03168b0ec290d to your computer and use it in GitHub Desktop.
Save rch317/696acb17e757e23a5cb03168b0ec290d to your computer and use it in GitHub Desktop.
DB2 Tips, Tricks and Other Random Stuff...

SQL1015N The database is in an inconsistent state. SQLSTATE=55025

db2 restart database ${db_name}

[db2inst1@SD00039LINVDAT ~]$ db2 drop database ${db_name}

  • SQL1031N The database directory cannot be found on the indicated file system.*
  • SQLSTATE=58031*
db2 uncatalog database ${db_name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment