Skip to content

Instantly share code, notes, and snippets.

@schneefisch
Last active September 14, 2020 09:02
Show Gist options
  • Save schneefisch/64a0c7f5a742f392417b115bcc3b4d3f to your computer and use it in GitHub Desktop.
Save schneefisch/64a0c7f5a742f392417b115bcc3b4d3f to your computer and use it in GitHub Desktop.
Basic DB2 commands
# list databases
db2 list db directory
# start db2
db2start
# Stop db2
# stop all dbs in this instance
db2stop
# force
db2stop force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment