Database Error Messages

OCI-24802

user defined lob read callback error

Cause

The only valid return value for a user defined lob read callback function is OCI_CONTINUE. Any other value will cause this error.


Action

Verify that OCI_CONTINUE is returned from the user defined lob read callback function.