How to fix the Oracle error PLS-00635: method does not override?
In this post, you’ll learn more about the Oracle ErrorPLS-00635: method does not override with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00635: method does not override
Reason for the Error PLS-00635: method does not override
The method specification contains the OVERRIDING keyword but the method does not override a method in the ancestor types.
How to fix the Error PLS-00635: method does not override ?
You can fix this error in Oracle by following the below steps
Check the method specification.
Leave Your Comment