![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The best way is to make them disabled in services control like Hans said, and make a *.bat file that will run all of those services when you want. I can send you such a *.bat file when I be back home but I think it should be easy to you too. To start the service named 'XXX' you should call: net start XXX -- Regards Bagieta ~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbDeveloper - multiple databases editor http://www.prominentus.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Like Hans said you must use windows services manager. The best way is to disable all oracle services and create a *.bat file. Then in the bat file you can start all the oracle services you need. To start service manually you must call: 'net start NAME' Here is the example file I have created for myself net start OracleOraHome90Agent net start OracleOraHome90HTTPServer net start OracleOraHome90TNSListener net start OracleServiceSERVERNAME -- Regards Bagieta ~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbDeveloper - Multiple databases editor http://www.prominentus.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
![]() |
| Thread Tools | |
| Display Modes | |
| |