Oracle Error Message
ORA-24909: call in progress. Current operation cancelled
Reason for the Error
The OCI call was invoked when another call on the connection was in progress.
Solution
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.