首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
01105专题
ORA-01105: mount is incompatible with mounts by other instances。
问题描述 同事反馈在进行扩展表空间时增加数据文件报错ORA-00059: 超出 DB_FILES 的最大值,查询发现现场是RAC环境,DB_FILES参数为200,而当前数据文件总数已是200个引发的报错。随即沟通了停库窗口,进行了db_files参数的更改,启库提示报错:ORA-01105: mount is incompatible with mounts by other instance
阅读更多...