How to fix the Oracle error ORA-24909: call in progress. Current operation cancelled?
In this post, you’ll learn more about the Oracle ErrorORA-24909: call in progress. Current operation cancelled with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-24909: call in progress. Current operation cancelled
Reason for the Error ORA-24909: call in progress. Current operation cancelled
The OCI call was invoked when another call on the connection was in progress.
How to fix the Error ORA-24909: call in progress. Current operation cancelled ?
You can fix this error in Oracle by following the below steps
Check if the OCI call is supported when the call is in progress under special conditions; for example, if it is being used by a signal handler.
Leave Your Comment