Starting an Stopping the db on Windows
503074Apr 14 2006 — edited Apr 19 2006Hi,
for starting and stopping the db I found those two batch-files StartDB.bat und StopDB.bat.
StartDB.bat contains
net start OracleXETNSListener
net start OracleServiceXE
@oradim -startup -sid XE -starttype inst > nul 2>&1
And StopDB contains
net stop OracleServiceXE
I am aksing myself, why isn't the OracleXETNSListener process also stopped and isn't it necessary to shutdown the instance with something like
oradim -shutdown -sid xe?
Thanks in advance
Stefan