How to Shutdown or Restart Oracle RAC Da(2)
How to Shutdown or Restart Oracle RAC Da(2)
Sometimes DBA has to either Shutdown Oracle RAC Database Server or Restart Oracle
RAC Database Server because of scheduled maintenance,OS patching, OS Upgrade and
Hardware replacement etc. Since, Oracle products has evolved a lot so now there are many
things to take care by Database Administrator before restarting or shutting down Database
Server.
If you have all these components running on Database Server, then before restart or shutdown
Database server you have to stop all these resource to avoid any corruption or inconsistency into
database.
Here I will discuss about restarting or shutting down only single server for Real Application
cluster environment. So that Database is accessible through other nodes. Though DBA can also
easily shutdown whole clusterware but this will make database unavailable So make sure you
really need that.
Now Database oradb is running on dbnode2 having instance name oradb2. If this server has more
than one database instance running on this node use same method to stop each instance.
2. Stop Services on Database Node: If you have configured some node level
services on database node, then list and stop them using below:
In the above case, only one service is running on oradb1 instance, which is stopped now.
3. Stop Node level Applications: If DBA has some node level application
configured then stop them using below:
If you not using RAC environment and want's to shutdown or Restart DB server, then just
shutdown the database instance using "shutdown immediate" and stop listener using "lsnrctl
stop {listener_name}" and execute step 6 given in this post.