How to fix the Oracle error PLS-00634: type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE?

In this post, you’ll learn more about the Oracle ErrorPLS-00634: type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00634: type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE

Reason for the Error PLS-00634: type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE

The type being created contains NOT INSTANTIABLE methods, either declared or inherited. The type must be explicitly declared NOT INSTANTIABLE

How to fix the Error PLS-00634: type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE ?

You can fix this error in Oracle by following the below steps

Explicitly specify the NOT INSTANTIABLE keyword or provide implementations for all the NOT INSTANTIABLE methods.

Tags :

Leave Your Comment