Database Error Messages

ORA-02039

bind by value is not allowed for array type

Cause

User attempted to bind an array host variable by value. Arrays may only be bound by reference.


Action

Correct the offending code.