Oracle Error Message
PLS-00581: inheritance is not supported for opaque types
Reason for the Error
An attempt was made to declare an opaque type with a supertype.
Solution
Remove the supertype specification.
PLS-00581: inheritance is not supported for opaque types
An attempt was made to declare an opaque type with a supertype.
Remove the supertype specification.