ORA-29254: Invalid lower_bound argument passed to proceduredbms_sql.define_ array Cause: The lower_boundargument specified in the call to procedure define_array
had an invalid value. Legal values are all integers (both positive andnegative)
including zero. The null value is illegal. Action: Correct your PL/SQLprogram so that only valid arguments are passed to
define_array and try again.