HiveBrain v1.2.0
Get Started
← Back to all entries
debugMinor

oracle failsafe - how to start instance in nomount

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
hownomountfailsafeinstancestartoracle

Problem

Using Oracle Failsafe, how can a instance be started up in nomount mode?

If the instance is shutdown via sqlplus, the windows cluster manager just starts it up again. If the instance is shutdown via windows cluster manager, I'm unable to connect to it via sqlplus.

Solution


  • Shutdown instance in Cluster Manager (Right click, "Take Offline" or however you choose to do it)



  • Bring up Windows Services (Start->Run->Services.MSC) on the clustered server



  • Start the Oracle service for the instance you want



  • Now you can do whatever you like in SQL*Plus (Cluster Manager will still show it as down no matter what you do at this point)



So, if step 3 brings the Oracle instance up to "Open" you can do a shutdown immediate etc and then open it nomount.

HTH

Context

StackExchange Database Administrators Q#4993, answer score: 6

Revisions (0)

No revisions yet.