aiaiDBA

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

13718043309

010-86462881

PGU-30309: TIP generation: call string parm string exceeds PGAXFER string limit (string)

PGU-30309: TIP generation: call string parm string exceeds PGAXFER string limit (string)
Cause: The TIP function call at parm exchanges too many parameters for the buffers on a PGAXFER RPC. The PGAXFER parameter limit is . The indicated is either 'SEND' or RECEIVE'. Probable PGAU DEFINE CALL error, coding too many parameters. Note also that IN OUT mode parameters are present in both send and receive buffers and may be causing the excess.
Action: Revise the transaction and call to specify the excessive parameters on an additional function call and include that added call in the transaction definition.

请先 登录 后评论

1 个回答

小智
PGU-30309:提示生成:调用字符串 parm 字符串超过PGAXFER 字符串限制(字符串),
.原因: parm 上的TIP函数调用在PGAXFER RPC上为缓冲区交换太多参数。PGAXFER参数限制为。指定的是'SEND'或RECEIVE'。可能的PGAU DEFINE CALL错误,编码参数太多。还要注意,IN OUT模式参数存在于发送和接收缓冲区中,并且可能导致过量。,
.操作:修改事务并调用在额外的函数调用中指定过多的参数,并将该添加的调用包括在事务定义中。,
.
请先 登录 后评论