How to fix the Oracle error PGA-20937: receive buffer length is number but no receive lengths were specified?

In this post, you’ll learn more about the Oracle ErrorPGA-20937: receive buffer length is number but no receive lengths were specified with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PGA-20937: receive buffer length is number but no receive lengths were specified

Reason for the Error PGA-20937: receive buffer length is number but no receive lengths were specified

Cause: The receive buffer length passed to PGAXFER was , but the receive lengths array was either null or contained a receive count of zero.

How to fix the Error PGA-20937: receive buffer length is number but no receive lengths were specified ?

You can fix this error in Oracle by following the below steps

Action: Check that the PGDL or 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.

Tags :

Leave Your Comment