aiaiDBA

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

13718043309

010-86462881

ORA-22926: specified trim length is greater than current LOB value's length

ORA-22926: specified trim length is greater than current LOB value's length
Cause: The input length for which to trim the LOB value to is greater than the current length of the LOB value.
Action: May not need to trim the LOB value because it's already smaller than the trim length specified. Or, if trimming the LOB value really is required, use a smaller trim length.

请先 登录 后评论

1 个回答

小智
ORA-22926:指定的修剪长度大于当前LOB值的长度,
.原因:将LOB值修剪为的输入长度大于LOB值的当前长度。,
.操作:可能不需要修剪LOB值,因为它已经小于指定的修剪长度。或者,如果真正需要修剪LOB值,则使用较小的修剪长度。,
.
请先 登录 后评论