Database Error Messages

OCI-44982

unsupported data type 'data_type' of input column 'table_name.column_name' for multi-value index
  • data_type: The data type of the input column.
  • table_name: The table name of the input column.
  • column_name: The column name of the input column.

Cause

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


Action

Ensure that the input document is of JSON data type.