HomeOracleOracle Error ORA-30756: cannot create column or table of type that contains a supertype attribute

Oracle Error ORA-30756: cannot create column or table of type that contains a supertype attribute

Oracle Error Message

ORA-30756: cannot create column or table of type that contains a supertype attribute

Reason for the Error

The user tried to create a column or table of an object type that contains a supertype attribute. This is not supported because it leads to infinite recursion in our current storage model. Note that creating a column of a type implies that we create columns corresponding to all subtype attributes as well.

Solution

Change the type definition to contain a supertype REF attribute instead of the supertype object attribute.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...