<<Back to Oracle ASM Main Page
SQL> alter diskgroup DG_FLEX_DATA drop quotagroup QG_PDB1;
alter diskgroup DG_FLEX_DATA drop quotagroup QG_PDB1
*
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15438: Quota group QG_PDB1 has one or more file groups associated.
Solution:
$ oerr ora 15438
15438, 00000, "Quota group %s has one or more file groups associated."
// *Cause: One or more file groups were associated with the specified quota
// group and, therefore, the operation was not permitted.
// *Action: Drop the file groups or move the file groups to a different quota
// group.
Related Posts:
Oracle ASM Flex Redundancy and Flex Disk Groups
What is Oracle ASM File Groups
What is ASM Quota Groups
Comments
Post a Comment