Oracle 11g RAC boot error ora-01102:cannot mount database in EXCLUSIVE mode

Source: Internet
Author: User



The following error occurred while starting the Oracle 11g RAC database, only one of the nodes could be started, and the other node could not start, possibly due to a previous modification of the Cluster_database parameter. This parameter must be set to true in the Oralc RAC schema.






Error message:



ora-01102:cannot Mount Database in EXCLUSIVE mode






Workaround:



RAC1 node:



Sql> Show parameter cluster_database;



NAME TYPE VALUE



------------------------------------ ----------- ------------------------------



Cluster_database Boolean FALSE



Cluster_database_instances Integer 1



Sql> alter system set CLUSTER_DATABASE=TRUE Scope=spfile;



System altered.



sql> shutdown Immediate



Database closed.



Database dismounted.



ORACLE instance shut down.



Sql> Startup



ORACLE instance started.






Total System Global area 830930944 bytes



Fixed Size 2257800 bytes



Variable Size 566234232 bytes



Database buffers 260046848 bytes



Redo buffers 2392064 bytes



Database mounted.



Database opened.



Sql> select Open_mode from V$database;



Open_mode



--------------------



READ WRITE



Sql> Show parameter cluster_database;



NAME TYPE VALUE



------------------------------------ ----------- ------------------------------



Cluster_database Boolean TRUE



Cluster_database_instances Integer 2



Sql>






RAC2 node:



[Email protected] ~]$ Sqlplus/as SYSDBA



Sql*plus:release 11.2.0.4.0 Production on Thu Sep 29 10:14:16 2016



Copyright (c) 1982, Oracle. All rights reserved.



Connected to an idle instance.



Sql> Startup



Ora-01102:cannot mount Database in EXCLUSIVE mode --error before modifying parameters, start successful after modification



Sql> Startup



ORACLE instance started.






Total System Global area 830930944 bytes



Fixed Size 2257800 bytes



Variable Size 599788664 bytes



Database buffers 226492416 bytes



Redo buffers 2392064 bytes



Database mounted.



Database opened.



Sql> select Open_mode from V$database;



Open_mode



--------------------



READ WRITE



Sql> Show parameter cluster_database;



NAME TYPE VALUE



------------------------------------ ----------- ------------------------------



Cluster_database Boolean TRUE



Cluster_database_instances Integer 2



Sql>



This article is from the "Days Together" blog, please be sure to keep this source http://tongcheng.blog.51cto.com/6214144/1857642



Oracle 11g RAC boot error ora-01102:cannot mount database in EXCLUSIVE mode


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.