stopping and starting Oracle service using NET STOP/NET START cmd
520238Jun 28 2006 — edited Jun 28 2006Hello,
I seem to have a similar problem as mentioned in this thread...
I'm running 10G on Win2K box. I have a batch job that backs up weekly data, in order to do this, the database service should be stopped and I'm issuing the foll...
net stop oracleoraDBlog_home1TNSListener
net stop oracleoraDBlog_homeisql*plus
net stop oracleDBconsoleorc7
net stop oraclecsservice
net stop oracleserviceorc7
when i'm done with this I do net start in the reverse order...
But the problem i'm having is the net stop command to oracleserviceorc7 hangs...as a result of this problem on Friday, until Monday users are not able to access the database using the oracle client as the listener throws ORA-12505 message. Then I have to restart the machine and this fixes the problem. Any sugg. is appreciated to improve this process.
Sam