Showing posts with label ORA-22321. Show all posts
Showing posts with label ORA-22321. Show all posts

Tuesday, 10 April 2012

ORA-22321: method does not return any result

ORA-22321: method does not return any result

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

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