How to fix the Oracle error ORA-24820: Differnt LOB function called while another OCI LOB call is in progress?

In this post, you’ll learn more about the Oracle ErrorORA-24820: Differnt LOB function called while another OCI LOB call is in progress with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-24820: Differnt LOB function called while another OCI LOB call is in progress

Reason for the Error ORA-24820: Differnt LOB function called while another OCI LOB call is in progress

An attempt was made to execute a new OCI LOB call while another OCI LOB call was in progress.

How to fix the Error ORA-24820: Differnt LOB function called while another OCI LOB call is in progress ?

You can fix this error in Oracle by following the below steps

Wait for the ongoing LOB streaming call to finish before issuing the next server call, or use OCIBreak() to abort the current LOB streaming call.

Tags :

Leave Your Comment