Database Error Messages

ORA-02038

define is not allowed for array type

Cause

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


Action

Correct the offending code.