How to fix the Oracle error PLS-00636: overriding method requires OVERRIDING keyword?

In this post, you’ll learn more about the Oracle ErrorPLS-00636: overriding method requires OVERRIDING keyword with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00636: overriding method requires OVERRIDING keyword

Reason for the Error PLS-00636: overriding method requires OVERRIDING keyword

An attempt was made to provide an overriding method specification, but the OVERRIDING keyword was not specified.

How to fix the Error PLS-00636: overriding method requires OVERRIDING keyword ?

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

Modify the method specification and specify the OVERRIDING keyword.

Tags :

Leave Your Comment