ORA-24343: user defined callback error
What triggered the Error:
e only valid return value for a user defined callback function is OCI_CONTINUE or OCI_ROWCBK_DONE. Any other value will cause this error.What should we do to fix it:
ease insure that OCI_CONTINUE or OCI_ROWCBK_DONE is returned from the user defined callback function.