Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

DIA-24820

different LOB function called while another OCI LOB call is in progress

Cause

An attempt was made to execute a new Oracle Call Interface (OCI) LOB call while another OCI LOB call was in progress.


Action

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.