前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >RAC环境启动数据库时报错:ORA-01105,ORA-19808 解决方法

RAC环境启动数据库时报错:ORA-01105,ORA-19808 解决方法

作者头像
星哥玩云
发布2022-08-18 19:49:06
3880
发布2022-08-18 19:49:06
举报
文章被收录于专栏:开源部署开源部署

RAC环境启动数据库时报错:ORA-01105,ORA-19808 解决方法

[Oracle@RedHat3919 dbs]$ srvctl start instance -d ylao -i ylao2 PRCR-1013 : Failed to start resource ora.ylao.db PRCR-1064 : Failed to start resource ora.ylao.db on node redhat3920 CRS-5017: The resource action "ora.ylao.db start" encountered the following error: ORA-01105: mount is incompatible with mounts by other instances ORA-19808: recovery destination parameter mismatch . For details refer to "(:CLSN00107:)" in "/oracle/app/grid/grid_home/log/redhat3920/agent/crsd/oraagent_oracle//oraagent_oracle.log".

CRS-2674: Start of 'ora.ylao.db' on 'redhat3920' failed

SQL> show parameter recover

NAME TYPE VALUE

db_recovery_file_dest string db_recovery_file_dest_size big integer 4000G db_unrecoverable_scn_tracking boolean TRUE recovery_parallelism integer 0

SQL> create pfile='/home/oracle/initylao0720.ora' from spfile;

File created.

SQL> alter system set db_recovery_file_dest_size=200G scope=both;

System altered.

[oracle@redhat3919 ~]$ srvctl start instance -d ylao -i ylao2

SQL> show parameter recover

NAME TYPE VALUE

db_recovery_file_dest string db_recovery_file_dest_size big integer 200G db_unrecoverable_scn_tracking boolean TRUE recovery_parallelism integer 0

[oracle@redhat3919 ~]$ oerr ora 19808

19808, 00000, "recovery destination parameter mismatch"

// Cause: The value of parameters DB_RECOVERY_FILE_DEST and

// DB_RECOVERY_FILE_DEST_SIZE must be same in all instances.

// instance. All databases must have same recovery destination

// parameters.

// Action: Check DB_RECOVERY_FILE_DEST and DB_RECOVERY_FILE_DEST_SIZE

// values in all instances.

[oracle@redhat3919 ~]$ oerr ora 01105

01105, 00000, "mount is incompatible with mounts by other instances"

// Cause: An attempt to mount the database discovered that another instance

// mounted a database by the same name, but the mount is not

// compatible. Additional errors are reported explaining why.

// Action: See accompanying errors.

[oracle@redhat3919 ~]$

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
数据库
云数据库为企业提供了完善的关系型数据库、非关系型数据库、分析型数据库和数据库生态工具。您可以通过产品选择和组合搭建,轻松实现高可靠、高可用性、高性能等数据库需求。云数据库服务也可大幅减少您的运维工作量,更专注于业务发展,让企业一站式享受数据上云及分布式架构的技术红利!
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档