ORA-26867: string must be called during OCIXStreamOutLCRReceive execution
Cause: An attempt was made to execute the specified function while OCIXStreamOutLCRReceive call was not in progress.
Action: Check your program and make sure the specified call is invoked during OCIXStreamOutLCRReceive callback function.
该错误表明,当执行OCIXStreamOutLCRReceive时,必须调用string。
第1步:检查代码,如果未调用string,则需在OCIXStreamOutLCRReceive之前调用string。
第2步:理解文档中描述的X Stream Out功能,执行Locatar Region (LCR) SQL作业所需的参数。
第3步:再次检查是否正确调用string,并解决与该错误有关的其他可能存在的问题。