Showing posts with label MAXDB. Show all posts
Showing posts with label MAXDB. Show all posts

Start and Stop Max DB

Start  and Stop Via DBMCLI

The  dbmcli commands to start/stop MaxDB Instance.

Shutdown:
dbmcli –d <db_name> -u <dbm_user>,<password> db_offline


Restart:
dbmcli –d <db_name> -u <dbm_user>,<password> db_online