Oracle Error Message
PLS-00590: attempting to create a subtype UNDER a FINAL type
Reason for the Error
An attempt was made to create a subtype UNDER a FINAL type.
Solution
Avoid deriving a subtype from this FINAL type.
PLS-00590: attempting to create a subtype UNDER a FINAL type
An attempt was made to create a subtype UNDER a FINAL type.
Avoid deriving a subtype from this FINAL type.