+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.

...