OCI-00932
expressionfailed_expression is of data type expression_data_type, which is incompatible with expected data type expected_data_type
- failed_expression: The expression with the incompatible data type.
- expression_data_type: The data type of the column or expression.
- expected_data_type: The data type expected by the SQL operation.
Cause
The input data type for this SQL operation was incompatible with the expected data type.
Action
Modify the expression to have a compatible data type for the SQL operation.