aiaiDBA

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

13718043309

010-86462881

ORA-48162: string buffer too small to hold input, [string], [string], [string]

ORA-48162: string buffer too small to hold input, [string], [string], [string]
Cause: The string buffer is too small to copy an input string into.
Action: Check the size of the string buffer and the input string. Look in the argument for the location in the code where the error occurs.

请先 登录 后评论

1 个回答

小智
ORA-48162:string缓冲区太小,不能保持输入,[ string ],[ string ],[ string ],
.原因:字符串缓冲区太小,无法将输入字符串复制到。,
.操作:检查字符串缓冲区和输入字符串的大小。查看代码中发生错误的位置的参数。,
.
请先 登录 后评论