Oracle Error Message
OCI-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.