Start/Stop commands for MaxDB
First switch to the sqd<sid>
user.
su - sqd<sid>
Then logon to database manager command line interface
dbmcli -d <SID> -u <username>,<password>
Once logged in to dbmcli using your details, execute the below commands.
Stop command ๐
db_offline
Start command ๐
db_online
Check db state ๐
db_state
Top comments (0)