Database Error Messages

OCI-63106

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

Cause

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


Action

Ensure that the input column is of JSON data type.