设为首页 加入收藏

TOP

RAC环境启动数据库时报错:ORA-01105,ORA-19808 解决方法
2023-07-26 08:18:00 】 浏览:214
Tags:RAC 时报错 ORA-01105 ORA-19808 解决方

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


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 ~]$



】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇构建高大上的MySQL监控平台 下一篇Oracle JDBC驱动版本、JDK版本、..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目