| ERROR | Array string not allowed as bind variable at line number in file string |
| CAUSE | A host array was used as a bind (input) variable in the WHERE clause of a SELECT statement. This is not allowed. |
| ACTION | Remove the host array or replace it with a simple host variable. |