cancel
Showing results for 
Search instead for 
Did you mean: 

Livecache stop and start in command line on windows & Oracle Database

Former Member
0 Kudos

Dears,

)Any one explain how to start & Stop  Live Cache(Commad line) in SCM server on Windows & Oracle 11G Database.

Thanks in Advance

Regards,

V Srinivasan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dears,

Thanks for all supporter.

Live Cache Stop and Start Command

Stop -->    dbmcli -d SID -u control, <password>  db_stop

Start -->    dbmcli -d SID -u control, <password> db_start

Status--> dbmcli -d SID -u control, <password> db_state

Thanks & Regards,

V Srinivasan

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Stop -->    dbmcli -d SID -u control, <password>  db_stop

Start -->    dbmcli -d SID -u control, <password> db_start

Status--> dbmcli -d SID -u control, <password> db_state

The above dbmcli commands are MaxDB specific.

Instead you should connect to the ABAP stack and get the LiveCache administration console using the Tx LCA

There you have the option to stop and start LiveCache

Regards

RB

Answers (3)

Answers (3)

Sriram2009
Active Contributor
0 Kudos
Ranjith418
Contributor
0 Kudos

Hi Srinivasan,

please try to use LC10 and also check link below

http://www.scribd.com/doc/54506485/Live-Cache-Administration-and-Monitoring

Thanks,
Ranjith

karthikeyan_natarajan4
Active Contributor
0 Kudos