Perhaps we often have some confusion, if we let Oracle boot up, we have to use the computer memory will be exhausted, the speed of the operation will be very slow, but manual one to start and close, it will be very troublesome. To solve this problem, we have a way to write two bat files, batch start and shutdown:
1. Batch start (Oracle_start.bat):
" Oracle ORCL VSS Writer Service " net start oracledbconsoleorclnet start oraclemtsrecoveryservicenet start oracleoradb11g_ Home1configurationmanagernet start oracleoradb11g_home1tnslistenernet start Oracleserviceorclpause:end
2. Batch shutdown (Oracle_stop.bat):
" Oracle ORCL VSS Writer Service " net stop oracledbconsoleorclnet stop oraclemtsrecoveryservicenet stop Oracleoradb11g_ Home1configurationmanagernet Stop oracleoradb11g_home1tnslistenernet Stop oracleserviceorclpause:end
Batch open and close oracle11g services