ORA-06566 invalid number of rows specified

  • Share
  • Share

Description:
ORA-06566 invalid number of rows specified

Cause:
An invalid number of rows was specified in a call to the procedure DEFINE_COLUMN in the package DBMS_SQL. For a given parsed statement in a given cursor, all columns must be defined to have the same number of rows, so all the calls to DEFINE_COLUMN must specify the same number of rows.

ORA-04100 to ORA-07499

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

    Specify a number that matches that for previously defined columns.

  1. No trackbacks yet.