Oracle Solution for Error ora-24802

Solution for Oracle Error ORA-24802

ORA-24802: user defined lob read callback error

What triggered the Error:

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

What should we do to fix it:

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