Showing posts with label ORA-02039. Show all posts
Showing posts with label ORA-02039. Show all posts

Saturday, 21 January 2012

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