Home >Database >Mysql Tutorial >ASM:ORA-15063 错误处理方法一则

ASM:ORA-15063 错误处理方法一则

WBOY
WBOYOriginal
2016-06-07 17:22:201081browse

ASM:ORA-15063 错误处理方法一则,由于10g中还没有drop diskgroup force的语法,所以这里我们借助linux的dd和dbca配合来强制删除

ASM:ORA-15063 错误处理方法一则

查询错误信息:

处理步骤:
① /etc/init.d/init.cssd stop
② /etc/init.d/init.cssd start
③ sleep 90
④ restart ASM instance and shutdown immediate
⑤ again restart ASM instance

现在没抛出错误了,不过:

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

步骤:

㈠ 通过查询可知raw5挂在了data身上:

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

其实,我已经有water这个diskgroup,也mount上了,对于data这个diskgroup,可以不必管它。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn