Oracle Database Services (Start manually in windows)


How to start oracle database services manually in windows
steps:
1. win + r
2. type "services.msc" and click ok
3. in services window search for oracle services
4. there are 11 oracle process running on my system, now i am going to change the mode from automatic to manual.
5.select the oracle services and right click - properties - startup type - change to manual and give apply like that we should give for every oracle services and click ok.
7.restart your system
8.now we going to write a script for starting oracle services
9. open new notepad and type net start OracleVssWriterORACLE

net start OracleDBConsoleoracle
net start OracleJobSchedulerORACLE
net start OracleMTSRecoveryService
net start OracleOraDb11g_home1ClrAgent
net start OracleOraDb11g_home1TNSListener
net start OracleServiceORACLE
net start OracleServiceXE
net start OracleXEClrAgent
net start OracleXETNSListener
pause

10. save the file in c: drive with extenstion filename.bat
11. whenever you need to start the oracle services manually just run the filename.bat with admin mode "run as administrator" it will start your services and you can continue to work with oracle database.

Previous
Next Post »