Oracle Error ORA-02038: define is not allowed for array type

Oracle Error Message

ORA-02038: define is not allowed for array type

Reason for the Error

User attempted to define a select list variable of type “array”. Arrays may only serve as host bind variables.

Solution

None