Database Error Messages

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

OCI-01484

arrays can only be bound to PL/SQL statements

Cause

You tried to bind an array to a non-PL/SQL statement.


Action

Rewrite the offending code being careful to bind arrays only to PL/SQL statements.