Oracle Error Message
ORA-26824: user-defined XStream callback error
Reason for the Error
A value other than OCI_CONTINUE or OCI_SUCCESS was returned for the user-defined XStream callback function. Any returned value other than OCI_CONTINUE or OCI_SUCCESS is invalid.
Solution
Verify that either OCI_CONTINUE or OCI_SUCCESS is returned from the user-defined XStream callback function.