SAP Basis snippets #3

Ashwin Sharma P - Apr 29 - - Dev Community

Start/Stop commands for MaxDB

First switch to the sqd<sid> user.

su - sqd<sid>
Enter fullscreen mode Exit fullscreen mode

Then logon to database manager command line interface

dbmcli -d <SID> -u <username>,<password>
Enter fullscreen mode Exit fullscreen mode

Once logged in to dbmcli using your details, execute the below commands.

Stop command 👇

db_offline
Enter fullscreen mode Exit fullscreen mode

Start command 👇

db_online
Enter fullscreen mode Exit fullscreen mode

Check db state 👇

db_state
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player