IT技术博客大学习 共学习 共进步
全部 移动开发 后端 数据库 AI 算法 安全 DevOps 前端 设计 开发者

ASM装载磁盘组时ORA-15063错误处理

blue_prince 2009-10-18 23:02:31 累计浏览 3,163 次
本机暂存

     一次重启LINUX后,启动ASM实例时,发生了这个错误:

    SQL> startup

    ASM instance started

    Total System Global Area 130023424 bytes

    Fixed Size 2071000 bytes

    Variable Size 102786600 bytes

    ASM Cache 25165824 bytes

    ORA-15032: not all alterations performed

    ORA-15063: ASM discovered an insufficient number of disks for diskgroup

    "DWDATA"

    查看错误信息:

    15063, 00000, "ASM discovered an insufficient number of disks for diskgroup \\"%s\\""

    // *Cause: ASM was unable to find a sufficient number of disks belonging to the

    // diskgroup to continue the operation.

    // *Action: Check that the disks in the diskgroup are present and functioning,

    // that the owner of the ORACLE binary has read/write permission to

    // the disks, and that the ASM_DISKSTRING initialization parameter

    // has been set correctly. Verify that ASM discovers the appropriate

    // disks by querying V$ASM_DISK from the ASM instance.

       可以看到这个错误是由于ASM实例无法装载硬盘组的所有磁盘而引起的,有可能是权限问题。马上想到是否是由于OS重启后

同分类推荐文章

  1. 使用deepseek进行Oracle恢复,引起重大故障 (2026-06-22 10:56:00)
  2. 接手一个只差临门一脚的数据库恢复 (2026-06-18 00:13:09)
  3. 我做了一个 AI 版的 StarRocks 升级风险扫描工具,直接帮我定位到一个风险 (2026-06-15 01:00:00)

查看更多 数据库 文章 →

建议继续学习

  1. Oracle ASM存储方式浅析 (累计阅读 4,241)