Database Error Messages

OCI-52202

Data type data_type of input column_name to multi-value index is incompatible with the expected data type JSON.
  • data_type: The data type of the input.
  • column_name: The column name of the input.

Cause

An attempt is being made to create a multi-value index on an input that is not a JSON data type.


Action

Ensure that the input document is of JSON data type.