patternMinor
Shutdown in RAC
Viewed 0 times
shutdownracstackoverflow
Problem
If I use
Does this shutdown the instance or all of them?
How does one prove the whole edifice is shutdown?
sqlplus in RAC environment and issue the commandshutdown 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 orclCode Snippets
srvctl stop database -d orclContext
StackExchange Database Administrators Q#148753, answer score: 5
Revisions (0)
No revisions yet.