Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> ASM disk group

ASM disk group

From: Chen, Sarah <Sarah_Chen_at_BUDCO.com>
Date: Fri, 24 Jun 2005 14:19:25 -0400
Message-ID: <810139D60775D71191B100306E058F21019145F5@budco_exch2.budco.com>


Hi,

Anyone have an idea how to drop a dismount ASM disk group? I can't mount it and also can't drop it?

SQL> select group_number, name, STATE from v$asm_diskgroup;

GROUP_NUMBER NAME                           STATE
------------ ------------------------------ -----------
           1 SUN6130ORACLE1                 MOUNTED
           2 SUN6130ORACLE2                 MOUNTED
           0 ORACLEGROUP1                   DISMOUNTED
           0 FAS980DG1                      DISMOUNTED
           0 ORACLEGROUP2                   DISMOUNTED

SQL> drop diskgroup ORACLEGROUP1;
drop diskgroup ORACLEGROUP1
*

ERROR at line 1:
ORA-15039: diskgroup not dropped
ORA-15001: diskgroup "ORACLEGROUP1" does not exist or is not mounted

SQL> alter diskgroup ORACLEGROUP1 mount; alter diskgroup ORACLEGROUP1 mount
*

ERROR at line 1:
ORA-15032: not all alterations performed ORA-15024: discovered duplicately numbered ASM disk 0

	Best Regards,
	Sarah Chen
	Information Technologies
	Budco - The Dialogue Company


--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jun 24 2005 - 14:24:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US