概述
ORA-15030 Diskgroup Name "DATA" is in Use By Another Diskgroup (Doc ID 1530864.1)
Last updated on AUGUST 04, 2018
APPLIES TO:
Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.3 [Release 10.1 to 11.2]
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
最后
以上就是悦耳野狼为你收集整理的ORA-15030 Diskgroup Name “DATA“ is in Use By Another Diskgroup (Doc ID 1530864.1)ORA-15030 Diskgroup Name "DATA" is in Use By Another Diskgroup (Doc ID 1530864.1)的全部内容,希望文章能够帮你解决ORA-15030 Diskgroup Name “DATA“ is in Use By Another Diskgroup (Doc ID 1530864.1)ORA-15030 Diskgroup Name "DATA" is in Use By Another Diskgroup (Doc ID 1530864.1)所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复