I am trying to understand what the following command does and where i can run it

srvctl [service_name] stop/start

Is that command restarting a service?(only a windows service?)

有帮助吗?

解决方案

To start or stop a service in Windows you can execute the comand: net start/stop [service name]. I cannot tell you for sure what the command srvctl does, but you may find this helpful: http://docs.oracle.com/cd/B19306_01/rac.102/b14197/srvctladmin.htm

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top