+1 vote
in DBMS by
How to deactivate a DB2 Database?

1 Answer

0 votes
by

The "deactivate db" command is used to stop the database services.

Syntax:

  1. db2 deactivate db <db_name>  

Here, db_name specifies the name of the database which you want to stop.

Related questions

+1 vote
+1 vote
asked Aug 21, 2020 in DBMS by DavidAnderson
+1 vote
0 votes
asked Aug 21, 2020 in DBMS by DavidAnderson
...