暂无图片
Oracle12201 RAC,开启归档,不修改cluster_database参数的方式和修改cluster_database参数的方式有什么差异或者隐患?
我来答
分享
暂无图片 匿名用户
Oracle12201 RAC,开启归档,不修改cluster_database参数的方式和修改cluster_database参数的方式有什么差异或者隐患?

Oracle12201 RAC,开启归档,不修改cluster_database参数的方式和修改cluster_database参数的方式有什么差异或者隐患?

我来答
添加附件
收藏
分享
问题补充
2条回答
默认
最新
JiekeXu
暂无图片

开归档和 cluster_database 这个参数没有必然的联系。RAC环境下默认所有实例都是True,无需修改。
开归档的过程是先关闭其他节点,然后留一个节点设置归档路径,干净的关闭实例,然后启动到 mount,修改为归档模式,打开数据库实例,再依次启动其他节点的库即可。想不通修改这个参数的意义何在?

暂无图片 评论
暂无图片 有用 1
暂无图片
吾喾

If Oracle Database allows multiple instances to mount the same database concurrently, then the CLUSTER_DATABASE initialization parameter setting can make the database available to multiple instances. Database behavior depends on the setting:

  • If CLUSTER_DATABASE is false (default) for the first instance that mounts a database, then only this instance can mount the database.
  • If CLUSTER_DATABASE is true for the first instance, then other instances can mount the database if their CLUSTER_DATABASE parameter settings are set to true. The number of instances that can mount the database is subject to a predetermined maximum specified when creating the database


  1. 该参数指定数据库是否为Real Application Clusters (RAC)
  2. 参数类型:布尔型
  3. 默认值:False
  4. 修改参数需重启数据库
  5. 取值范围:True|False
  6. 此为基本参数
  7. RAC环境中所有实例都应是True
暂无图片 评论
暂无图片 有用 0
回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
暂无图片墨值悬赏