Today,Create one rac db by using scripts,encounter an error:
ORA-01102: cannot mount database in EXCLUSIVE mode
solution:
modify the cluster_database from true to false,the script can run.
CLUSTER_DATABASE is an Oracle RAC parameter that specifies whether or not Oracle RAC is enabled.
Modify the value from false to true after completing installation.
本文介绍了解决在使用脚本创建Oracle RAC数据库时遇到ORA-01102:无法以EXCLUSIVE模式挂载数据库的问题。通过修改CLUSTER_DATABASE参数为false,使得脚本能够正常运行。建议在完成安装后将参数从false修改回true。
1724

被折叠的 条评论
为什么被折叠?



