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 ORA-24328: illegal attribute value Reason for the Error The attribute value passed in is illegal. Solution Consult...
Oracle Error Message ORA-01346: LogMiner processed redo beyond specified reset log scn Reason for the Error LogMiner has detected a...
Oracle Error Message ORA-13241: specified dimensionality does not match that of the data Reason for the Error An error occurred...