Batch Processing (BAT file) automatically starts/closes the Oracle service

Source: Internet
Author: User

Batch Processing (BAT file) automatically starts/closes the Oracle service

  1. Determining the Oracle service status
  2. If the service is in the starting status, the service is closed;
  3. If the service is closed, start the service.

@ Echo off <br/> for/F "Skip = 3 tokens = 4" % I in ('SC query oracleserviceorcl ') do set "zt = % I" & Goto: Next <br/>: next <br/> If/I "% ZT %" = "running" (<br/> echo stoping oracleservice, please wait... <br/> net stop oracleserviceorcl <br/> net stop oracledbconsoleorcl <br/> net stop oracleoradb10g_home1tnslistener <br/> net stop oracleoradb10g_home1isql * Plus <br/>) else (<br/> echo starting oracleservice, please wait... <br/> Net start oracleserviceorcl <br/> Net start oracledbconsoleorcl <br/> Net start oracleoradb10g_home1tnslistener <br/> Net start oracleoradb10g_home1isql * Plus <br/>) <br/> pause <br/> exit <br/>

 

Note:

The service names of oracleserviceorcl and oracledbconsoleorcl vary depending on the instance you created for Oracle. You need to check the local service process.

 

 

References:

1. http://hi.baidu.com/smilevt/blog/item/ceca43f6f4aa892e730eec8b.html

2. http://zdz8207.javaeye.com/blog/487532

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.