aiaiDBA

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

13718043309

010-86462881

ORA-06559: wrong datatype requested, string, actual datatype is string

ORA-06559: wrong datatype requested, string, actual datatype is string
Cause: The sender put different datatype on the pipe than that being requested (package 'dbms_pipe'). The numbers are: 6 - number, 9 - char, 12 - date.
Action: Check that the sender and receiver agree on the number and types of items placed on the pipe.

请先 登录 后评论

1 个回答

小智
ORA-06559:请求错误的数据类型,字符串,实际的数据类型为字符串,
.原因:发送方在管道上请求的数据类型不同(包'dbms_pipe')。数字是:6 - 数字,9 - 字符,12 - 日期。,
.操作:检查发送方和接收方是否同意管道上放置的物品的数量和类型。,
.
请先 登录 后评论