Database Error Messages

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.