PLS-00418: array bind type must match PL or SQL table row type

PLS-00418: array bind type must match PL or SQL table row type

Cause: A host array was passed (by an Oracle Precompiler program, for example) to a PL or SQL subprogram for binding to a PL or SQL table parameter. However, the datatypes of the array elements and PL or SQL table rows are incompatible. So, the binding failed.

Action: Change the datatype of the array elements or PL or SQL table rows to make the datatypes compatible.

No comments:

Post a Comment