aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

OCI-21570: current string LCR has unreceived chunk data

OCI-21570: current string LCR has unreceived chunk data
Cause: The client did not receive all the chunk data for the current LCR.
Action: If OCIXStreamOutLCRCallbackReceive is used in your program then modify your callback functions to return OCI_CONTINUE while OCI_XSTREAM_MORE_ROW_DATA flag is set; otherwise, modify your program to call OCIXStreamOutChunkReceive until all the chunks are received (that is, the flag returned by OCIXStreamOutChunkReceive API does not have OCI_XSTREAM_MORE_ROW_DATA bit set).

请先 登录 后评论

1 个回答

小智
OCI-21570:当前串 LCR具有未接收到的块数据,
.原因:客户端没有收到当前LCR的所有块数据。,
.操作:如果您的程序中使用OCIXStreamOutLCRCbackbackReceive,则修改回调函数以返回OCI_CONTINUE,同时设置OCI_XSTREAM_MORE_ROW_DATA标志; 否则,修改程序调用OCIXStreamOutChunkReceive直到接收到所有的块(即OCIXStreamOutChunkReceive API返回的标志没有设置OCI_XSTREAM_MORE_ROW_DATA位)。,
.
请先 登录 后评论