ORA-15416: ASM disk string in disk group string is offline.
Cause: An offline disk prevented the current ADD or DROP operation.
Action: Drop the offline disk or online the offline disk or disable appliance mode.
等
ORA-15416表示ASM磁盘(disk string)在磁盘组(disk group string)中处于离线状态。
常见案例: 如果过去曾经有磁盘组存储,但在添加新的磁盘时,无法将ASM磁盘加入磁盘组,则可能会出现该错误。
正常处理方法及步骤:
1. 使用SQL*Plus连接数据库实例SMON、PMON进程,使用ORADEBUG DUMP DIAG验证磁盘处于OFFLINE状态
2. 使用命令lsdev 或 ioscan确认磁盘设备处于OFFLINE状态
3. 使用reboot/shutdown -is/boot/boot_ed发现磁盘设备
4. 确认红外��对磁盘设备没有进行错误操作
5. 使用diskgrp -attribute使其处于MOUNTED状态
6. 创建任务PL/SQL或挂载脚本使无法挂载的ASM磁盘自动挂载