Database Error Messages

OCI-22321

Method does not return any result.

Cause

OCITypeResult was called on a method that did not return any result.


Action

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