ORA-43408
Expected a scalar value for the 'operator_name' operator. An array of scalar values is specified instead.
- operator_name: The specified operator.
Cause
An array of scalar values is being specified in place of a scalar value.
Action
Replace the array of scalar values with an appropriate scalar value.