How to fix the Oracle error PLS-00609: the OVERRIDING clause is not valid for SQLJ Object Types?
In this post, you’ll learn more about the Oracle ErrorPLS-00609: the OVERRIDING clause is not valid for SQLJ Object Types with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00609: the OVERRIDING clause is not valid for SQLJ Object Types
Reason for the Error PLS-00609: the OVERRIDING clause is not valid for SQLJ Object Types
You were trying to a SQLJ Object Type method that override an inherited method.
How to fix the Error PLS-00609: the OVERRIDING clause is not valid for SQLJ Object Types ?
You can fix this error in Oracle by following the below steps
Change the SQLJ Object Type defintion by removing the OVERRIDING method.
Leave Your Comment