文档解释
ORA-01105: 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.
ORA-01105: mount is incompatible with mounts by other instances 错误,指的是数据库当前实例在尝试mount一些之前被其他实例mount的相同数据文件时发生的一种冲突。
官方解释
常见案例
1、如果两个实例都尝试在同一磁盘上挂载同一个ORACLE数据库文件,则会发生此错误。
2、如果在挂载同一数据库文件时,文件被异常修改或损坏,也会发生此错误。
3、如果使用网络连接连接共享实例,比如云上的实例,可能会遇到此错误,这也会引起像上述错误一样的问题。
正常处理方法及步骤
1. 首先,识别哪个实例或连接正在mount这些文件,并检查它们是否已损坏或修改。
2. 如果另一个实例正在挂载该文件,确保在重新启动之前断开其连接。
3. 取消挂载所有该实例已尝试mount的文件,包括所有现有挂载点。
4. 重新挂载这些文件,并确定工作正常。