Oracle DB start/stop script under Windows
Hi, i am not so comfortable with Oracle on Windows,
Need to stop 2 Oracle DB's (MUC99 and CATPRD) on every sunday 1 a.m and start on Sunday 7 a.m
1.st Question:
is it enough to stop and start the Services or is there a need to stop/start via sqlplus (shutdown immediate - Startup)
2. Do i Need the @oradim commands below?
3. is it so simple like this? or let me know if you have a better way/script
dbstart.bat
net start OracleOraDB12Home1TNSListener
net start OracleServiceMUC99
net start OracleServiceCATPRD
@oradim -startup -sid MUC99
@oradim -startup -sid CATPRD
dbstop.bat