Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

DIA-26006

Incorrect bind variable in column string's sql expression - string

Cause

In direct path load, the bind variables listed in the sql expression do not match the input argument column names.


Action

Verify all the input arguments are listed in the expression as bind variables, and all the bind variables are listed as input arguments to the expression. Or verify that there were no errors in executing the OCI statements when getting the bind variable list.