Oracle Error ORA-02039: bind by value is not allowed for array type

Oracle Error Message

ORA-02039: bind by value is not allowed for array type

Reason for the Error

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

Solution

None