ORA-24343 user defined callback error cause and solution
The following is the ORA-24343 error message, you can learn the cause and solution of the Oracle database error.
ORA-24343 user defined callback error
Cause: The only valid return value for a user defined callback function is OCI_CONTINUE. Any other value will cause this error.
Solution: Make sure that OCI_CONTINUE is returned from the user-defined callback function.
Please wait for the update…