oracle批处理开启或者关闭服务
我写了两个bat文件(批处理)。
启动Oracle.bat12345@echo off
net stop OracleServiceCDH
net stop OracleOraHome92TNSListener
echo 关闭完成
pause
如果想了解更多内容,请点击我??? 发布时间: 2013-12-26 00:35:35 作者: rapoo
oracle批处理开启或者关闭服务
我写了两个bat文件(批处理)。
启动Oracle.bat12345@echo off
net stop OracleServiceCDH
net stop OracleOraHome92TNSListener
echo 关闭完成
pause
如果想了解更多内容,请点击我???