Oracle Error ORA-26867: string must be called during OCIXStreamOutLCRReceive execution

Oracle Error Message

ORA-26867: string must be called during OCIXStreamOutLCRReceive execution

Reason for the Error

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

Solution

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