Oracle Error ORA-22321: method does not return any result

Oracle Error Message

ORA-22321: method does not return any result

Reason for the Error

OCITypeResult() was called on a method that does not return any results.

Solution

Check that you are passing in the correct method descriptor, or that your method creation was done correctly.