ORA-15010 When Adding New CANDIDATE Disk to existing DiskGroup via SQL or DBCA
(Doc ID 779068.1)
Last updated on SEPTEMBER 16, 2021
Applies to:
Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.1.0.6 [Release 10.1 to 11.1]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 Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Adding new disks to existing diskgroup via sqlplus or DBCA failing with below error.SQL> ALTER DISKGROUP ASM_LC_FLASH ADD DISK '/dev/rasm_lc_flash_04' SIZE 25600M
; 2
ALTER DISKGROUP ASM_LC_FLASH ADD DISK '/dev/rasm_lc_flash_04' SIZE 25600M
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15010: name is already used by an existing ASM disk
; 2
ALTER DISKGROUP ASM_LC_FLASH ADD DISK '/dev/rasm_lc_flash_04' SIZE 25600M
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15010: name is already used by an existing ASM disk
Cleared the disk header and checked duplicate disk path.But still the disk add command throws same error.
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 |