Database Error Messages

ORA-61720

invalid row path (string) specified in the JSON_TABLE function of a CREATE INDEX statement

Cause

Multivalue index is created on a view generated using the JSON_TABLE function and one of the following occurred:

  1. An invalid row path is used in the JSON_TABLE function.
  2. An invalid JSON_TABLE syntax is used.

Action

Do one of the following:

  1. Specify a valid row path to the JSON_TABLE function.
  2. Correct the invalid syntax in the JSON_TABLE function.