aiaiDBA

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

13718043309

010-86462881

ORA-08459: invalid format parameter length

ORA-08459: invalid format parameter length
Cause: The format parameter passed to a UTL_PG conversion routine was not the correct length. Format parameters must be 2048 bytes in length.
Action: Check to be sure that the format parameter was built by MAKE_RAW_TO_NUMBER_FORMAT or MAKE_NUMBER_TO_RAW_FORMAT, and that it was not accidentally overwritten or modified by the PL/SQL procedure.

请先 登录 后评论

1 个回答

小智
ORA-08459:格式参数长度无效,
.原因:传递给UTL_PG转换例程的格式参数不正确。格式参数的长度必须为2048字节。,
.操作:检查以确保格式参数由MAKE_RAW_TO_NUMBER_FORMAT或MAKE_NUMBER_TO_RAW_FORMAT构建,并且它不会被PL / SQL过程意外覆盖或修改。,
.
请先 登录 后评论