Database Error Messages

ORA-40844

invalid array step in JSON multivalue index path expression 'path_expr'
  • path_expr: The path expression containing an invalid array step.

Cause

An attempt was made to create a multivalue JSON index that had a path expression with a JSON array step that has a position greater than zero.


Action

Correct the path expression. Do not use array steps with positions greater than zero.