cancel
Showing results for 
Search instead for 
Did you mean: 

Restart max db using sql statements

Former Member
0 Kudos

Hi

Can anyone explain me how to restart max db with sql statements?

Thanks in advance

Vidyadhar.

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

SQL? No possible because if the database kernel is not running there is nothing available to process the SQL statement.

You can do

dbmcli -u <dbmuser>,<dbmpassword> -d <SID> db_online

to start the database.

Markus

Former Member
0 Kudos

Hi Markus

Thanks for the reply...

I tried

dbmcli -u <dbmuser>,<dbmpassword> -d <SID> db_restart

and I think its working.

Regards

Vidyadhar