Activate Database
The "initiate db" order is utilized to enact the database you have made once. It makes database accessible for the application.
Syntax:
db2 activate db <db_name>
Here, db_name specifies the name of the database.
Example:
Let's activate the database "XYZ":
db2 activate db <db_name>
