文档解释
ORA-27606: Smart I/O failed because the diskgroup was found to be unmounted. tablespace number: “string”, file number: “string”
Cause: The diskgroup to which the specified file belongs was found to be unmounted.
Action: Ensure that the diskgroup to which the specified file belongs is mounted.
此 ORA-27606 错误表明用户正在尝试执行某类智能 I/O(Smart I/O) 操作时,特定的磁盘组被发现未挂载。
官方解释
ORA-27606: 智能I/O失败,因为发现磁盘组未挂载
案例:
在 Oracle 数据库中,用户可能由于多个原因需要更改表空间文件的存储信息。如果更改的表空间存在于文件系统中,而该磁盘组被发现处于未挂载状态时,可能会导致此错误。
一般处理方法及步骤
1. 首先将未挂载的磁盘组挂载,可以使用 SQL*Plus 命令 “ALTER DISKGROUP” 完成这一步骤。
2. 对于磁盘组,未能通过检查并且不可被挂载,可以使用 “REPAIR FAILGROUP” 语句修复所发现的问题。
3. 一旦磁盘组已挂载,用户可以重试之前发生错误的操作。