ORA-12341: maximum number of open mounts exceeded ORACLE 报错 故障修复 远程处理
文档解释
ORA-12341: maximum number of open mounts exceeded
Cause: The number specified on the OPEN_MOUNTS parameter in the parameter file exceeds the maximum allowed (255).
Action: Change the value of this parameter so that it reflects the actual number of possible open mounts to secondary databases. This must be less than 255.
ORA-12341错误指的是已超出最大打开安装数量。
官方解释
这表明已经超出安装(mount)的最大数量。只有用户拥有数据库管理者(DBA)权限的用户才能执行mount和unmount命令来开关安装。默认情况下,一个安装可以支持最多50个数据库实例,一个控制文件可包含同一台服务器上最多65536个实例,因此安装总数取决于控制文件大小。
常见案例
当尝试创建第51个实例时,您将收到此错误。
正常处理方法及步骤
要缓解此错误,您可以采用以下措施:
1. 修改控制文件以提供更多实例,或
2. 将mounts都转移到其他安装中,或
3. 分配更大的控制文件。