aiaiDBA

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

13718043309

010-86462881

PGA-20917: receive count is number but only number receive lengths were specified

PGA-20917: receive count is number but only number receive lengths were specified
Cause: The first value in the receive lengths array passed to PGAXFER specified more elements than the receive lengths array contained. Only elements were found in the array.
Action: Check that the PGDL and COBOL record descriptions used to define the transaction to PGAU are in sync with the transaction program and that the PL/SQL TIP was generated by PGAU using the correct definitions. If modifications have been made to the generated PL/SQL code, check that they are correct.

请先 登录 后评论

1 个回答

小智
PGA-20917:接收计数是数字,但只有数字接收长度被指定,
.原因:传递给PGAXFER的接收长度数组中的第一个值指定比包含的接收长度数组更多的元素。在数组中只找到个元素。,
.操作:检查用于将事务定义为PGAU的PGDL和COBOL记录描述与事务程序同步,并且PGAU使用正确的定义生成PL / SQL提示。如果对生成的PL / SQL代码进行了修改,请检查它们是否正确。,
.
请先 登录 后评论