Oracle Error Message
PLS-00634: type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE
Reason for the Error
The type being created contains NOT INSTANTIABLE methods, either declared or inherited. The type must be explicitly declared NOT INSTANTIABLE
Solution
Explicitly specify the NOT INSTANTIABLE keyword or provide implementations for all the NOT INSTANTIABLE methods.