Last active
September 14, 2020 09:02
-
-
Save schneefisch/64a0c7f5a742f392417b115bcc3b4d3f to your computer and use it in GitHub Desktop.
Basic DB2 commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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