My Oracle Support Banner

ORA-15030 Diskgroup Name "DATA" is in Use By Another Diskgroup (Doc ID 1530864.1)

Last updated on JANUARY 24, 2020

Applies to:

Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.3 [Release 10.1 to 11.2]
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

1. The following error occurs when creating a diskgroup in a single ASM instance environment.

SQL> CREATE DISKGROUP DATA EXTERNAL REDUNDANCY DISK '/dev/rdsk/c25t7d6';

CREATE DISKGROUP DATA
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15030: diskgroup name "DATA" is in use by another diskgroup

2. DATA diskgroup has never been created before and all permission for ASM devices show the correct owner and group information.
    The device in question can be read/written in OS level without any issue.

    $dd if=/dev/zero of=/dev/rdsk/c25t7d6  bs=1048576 count=10

    10+0 records in
    10+0 records out
    10485760 bytes (10 MB) copied, 0.967994 seconds, 10.8 MB/s

 
 
3. Diskgroup can be created with asm_diskstring='/dev/rdsk/c12t7d6' parameter - i.e just one device path for the diskgroup.

   SQL> CREATE DISKGROUP DATA EXTERNAL REDUNDANCY DISK '/dev/rdsk/c25t7d6';

   Diskgroup altered

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.