How to fix the Oracle error PLS-00562: a function must return a type.?
In this post, you’ll learn more about the Oracle ErrorPLS-00562: a function must return a type. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00562: a function must return a type.
Reason for the Error PLS-00562: a function must return a type.
The current function was definied to return something other than a data type.
How to fix the Error PLS-00562: a function must return a type. ?
You can fix this error in Oracle by following the below steps
Make sure the function is returning a data type.
Leave Your Comment