Oracle DBA, How To, Error, Cause and Action

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

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: None