How to fix the Oracle error ORA-24343: user defined callback error?
In this post, you’ll learn more about the Oracle ErrorORA-24343: user defined callback error with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-24343: user defined callback error
Reason for the Error ORA-24343: user defined callback error
The only valid return value for a user defined callback function is OCI_CONTINUE or OCI_ROWCBK_DONE. Any other value will cause this error.
How to fix the Error ORA-24343: user defined callback error ?
You can fix this error in Oracle by following the below steps
Please insure that OCI_CONTINUE or OCI_ROWCBK_DONE is returned from the user defined callback function.
Leave Your Comment