Oracle Error ORA-26868: string must be called during OCIXStreamInLCRSend execution

Oracle Error Message

ORA-26868: string must be called during OCIXStreamInLCRSend execution

Reason for the Error

An attempt was made to execute the specified function while OCIXStreamInLCRSend call was not in progress.

Solution

Check your program and make sure the specified call is invoked during OCIXStreamInLCRSend callback function.