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……
谢谢您这么快的回复!
谢谢!
我试一下
------其他解决方案-------------------- 哈哈
可以哈
谢谢了