We recommend working with the Database Manager in command mode when you want to execute actions in the Database Manager CLI that only require one DBM command.
Call the Database Manager CLI, log on as operator OLEG with password MONDAY, connect to the database instance DEMODB, and display the operational state of the database instance:
>dbmcli –u OLEG,MONDAY –d DEMODB db_online
OK
or:
Log on to the Database Manager CLI as operator OLEG with password MONDAY, connect to the database instance DEMODB, and activate automatic log backup:
>dbmcli –u OLEG,MONDAY –d DEMODB autolog_on
OK