How to fix the Oracle error OCI-22321: method does not return any result?
In this post, you’ll learn more about the Oracle ErrorOCI-22321: method does not return any result with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
OCI-22321: method does not return any result
Reason for the Error OCI-22321: method does not return any result
OCITypeResult() was called on a method that does not return any results.
How to fix the Error OCI-22321: method does not return any result ?
You can fix this error in Oracle by following the below steps
Check that you are passing in the correct method descriptor, or that your method creation was done correctly.
Leave Your Comment