aiaiDBA

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

13718043309

010-86462881

PCB-00639: Cannot specify destination offset in a LOB WRITE APPEND

PCB-00639: Cannot specify destination offset in a LOB WRITE APPEND
Cause: A destination offset was specified in a LOB WRITE APPEND statement. The destination offset is assumed to be the end of the LOB so specifying an explicit destination offset is erroneous.
Action: Remove the destination offset from the LOB WRITE APPEND statement. "700 - 725, Dynamic SQL error conditions"

请先 登录 后评论

1 个回答

小智
PCB-00639:在LOB WRITE APPEND中无法指定目的地偏移量,
.原因:在LOB WRITE APPEND语句中指定了目标偏移量。目的地偏移被假设为LOB的结束,因此指定显式目的地偏移是错误的。,
.操作:从LOB WRITE APPEND语句中删除目标偏移量。“700 - 725,动态SQL错误条件”,
.
请先 登录 后评论