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

Shutdown in RAC

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

Problem

If I use sqlplus in RAC environment and issue the command

shutdown immediate;


Does this shutdown the instance or all of them?

How does one prove the whole edifice is shutdown?

Solution

shutdown immediate shuts down the current instance.

To shut down all RAC instances, issue the above shutdown command in all instances, or better use srvctl, for example:

srvctl stop database -d orcl

Code Snippets

srvctl stop database -d orcl

Context

StackExchange Database Administrators Q#148753, answer score: 5

Revisions (0)

No revisions yet.