How to fix the Oracle error ORA-24804: Lob read/write functions called while another OCI LOB read/write streaming is in progress?
In this post, you’ll learn more about the Oracle ErrorORA-24804: Lob read/write functions called while another OCI LOB read/write streaming is in progress with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-24804: Lob read/write functions called while another OCI LOB read/write streaming is in progress
Reason for the Error ORA-24804: Lob read/write functions called while another OCI LOB read/write streaming is in progress
Internal error.
How to fix the Error ORA-24804: Lob read/write functions called while another OCI LOB read/write streaming 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() abort the current LOB streaming call.
Leave Your Comment