aiaiDBA

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

13718043309

010-86462881

OCI-22282: non-contiguous append to a buffering enabled LOB not allowed

OCI-22282: non-contiguous append to a buffering enabled LOB not allowed
Cause: The buffered write operation has an input offset value more than one byte or character past the end of the LOB.
Action: Specify an input offset value which is exactly one character or byte greater than the length of the LOB that you are attempting to update through a buffered write operation.

请先 登录 后评论

1 个回答

小智
OCI-22282:不连续附加到缓冲启用的LOB不允许,
.原因:缓冲写入操作的输入偏移值超过了LOB结尾的多个字节或字符。,
.操作:指定一个输入偏移量值,该字符或字节大于您尝试通过缓冲写入操作进行更新的LOB的长度。,
.
请先 登录 后评论