Oracle Error ORA-39792: Attribute “string” is not valid for subtypes(s) loaded into column string.

Oracle Error Message

ORA-39792: Attribute “string” is not valid for subtypes(s) loaded into column string.

Reason for the Error

Attribute specified was not included in any subtypes specified for the column or the declared subtype of the column.

Solution

Ensure the attribute is included in at least one of the subtypes loaded into the column.