Database Error Messages

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

OCI-26871

unexpected string call (expecting string)

Cause

Could be one of the following reasons:

  1. An attempt was made to invoke OCIXStreamInChunkSend when

the most recent LCR or chunk sent did not have the OCI_XSTREAM_MORE_ROW_DATA flag set;

  1. An attempt was made to invoke OCIXStreamInLCRSend when

the most recent LCR or chunk sent had OCI_XSTREAM_MORE_ROW_DATA flag set.