+1 vote
in DBMS by
How to Activate database in DB2?

1 Answer

0 votes
by

The "activate db" command is used to activate the database you have created once. It makes database available for the application.

Syntax:

  1. db2 activate db <db_name>  
...