ASM没法删除磁盘组

ASM无法删除磁盘组ORA-15032: not all alterations performedORA-15063: ASM discovered an insufficient

ASM无法删除磁盘组
ORA-15032: not all alterations performed  
ORA-15063: ASM discovered an insufficient number of disks for diskgroup "DATA" 
[最优解释]

引用:
ORA-15032: not all alterations performed  
ORA-15063: ASM discovered an insufficient number of disks for diskgroup "DATA"


由于10g中还没有drop diskgroup force的语法,所以这里我们借助linux的dd和dbca配合来强制删除这个老顽固。

    步骤:

        ㈠ 通过查询可知raw5挂在了data身上:
[root@localhost ~]# dd if=/dev/zero of=/dev/raw/raw5 bs=1024 count=5
5+0 records in
5+0 records out
5120 bytes (5.1 kB) copied, 0.011998 seconds, 427 kB/s


        ㈡ 在dbca ---> show all ---> 选中raw5 ---> 点击cancel 

[其他解释]
引用:
引用:ORA-15032: not all alterations performed  
ORA-15063: ASM discovered an insufficient number of disks for diskgroup "DATA"

由于10g中还没有drop diskgroup force的语法,所以这里我们借助lin……

谢谢您这么快的回复!
谢谢!
我试一下
[其他解释]
哈哈
可以哈
谢谢了