Database Administration (MOSC)

MOSC Banner

Oracle DB start/stop script under Windows

edited Feb 26, 2019 2:56PM in Database Administration (MOSC) 4 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center