Database Error Messages

DRG-51403

cannot index JSON type column string with this indextype

Cause

An attempt was made to create a CONTEXT or SEARCH INDEX with no FOR JSON clause on a JavaScript Object Notation (JSON) type column.


Action

Use the FOR JSON clause to index JSON type columns.