advertisements
_____________________________________________________________________________________________________________________
Problem Description:
Oracle RAC database startup command failed with ORA-01102: cannot mount database in EXCLUSIVE mode.
Oracle RAC database startup command failed with ORA-01102: cannot mount database in EXCLUSIVE mode.
Error Description:
The error is because the database is running or opened in EXCLUSIVE mode in one node. So you can not start the database in another node with normal startup command.
Either you have to shutdown the instance in another node and try startup command or better use srvctl command to start and start the database.
Either you have to shutdown the instance in another node and try startup command or better use srvctl command to start and start the database.
srvctl stop database –d prod
srvctl start database –d prod
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment