Database Error Messages

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

OCI-29253

The cnt argument of DBMS_SQL.DEFINE_ARRAY must be a positive integer.

Cause

The cnt argument specified in the call to DBMS_SQL.DEFINE_ARRAY was invalid. The argument must be a positive integer.


Action

Correct your PL/SQL program so that only valid arguments are passed to DBMS_SQL.DEFINE_ARRAY and try again.