标题: ORA-06566: invalid number of rows specified [打印本页] 作者: admin 时间: 2016-7-27 15:35 标题: ORA-06566: invalid number of rows specified ORA-06566: invalidnumber of rows specified Cause: An invalid number of rows was specified in a call tothe 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, soall
the calls to DEFINE_COLUMN must specify the same number of rows. Action: Specifya number that matches that for previously defined columns.