ERROR | 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. |