Oracle Error ORA-26871: unexpected string call (expecting string)

Oracle Error Message

ORA-26871: unexpected string call (expecting string)

Reason for the Error

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; 2) An attempt was made to invoke OCIXStreamInLCRSend when the most recent LCR or chunk sent had OCI_XSTREAM_MORE_ROW_DATA flag set.

Solution

None