HomeOracleOracle Error PLS-00648: type of supertype attribute “string” can not be a subtype or reference to a subtype in this release

Oracle Error PLS-00648: type of supertype attribute “string” can not be a subtype or reference to a subtype in this release

Oracle Error Message

PLS-00648: type of supertype attribute “string” can not be a subtype or reference to a subtype in this release

Reason for the Error

User tried to complete a type, Tsub as a subtype of another type, Tsuper where Tsuper contained an attribute of type Tsub or of type REF to Tsub. This is an implementation restriction.

Solution

Change the design of code to not use any type with attribute whose type is of subtype or REF to subtype.

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...