ORA-06567 invalid number of values specified

  • Share
  • Share

Description:
ORA-06567 invalid number of values specified

Cause:
An invalid number of values to be bound was specified in a call to the procedure BIND_VARIABLE in the package DBMS_SQL. In order to execute a given parsed statement in a given cursor, the same number of values must have been bound for all bind variables, so when EXECUTE is called, the latest calls to BIND_VARIABLE must have specified the same number of values to be bound for all bind variables.

ORA-04100 to ORA-07499

  1. admin
    March 20th, 2009 at 13:46 | #1

    Make sure that the same number of values have been bound for all of the bind variables.

  1. No trackbacks yet.