OCI-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:
- An invalid row path is used in the JSON_TABLE function.
- An invalid JSON_TABLE syntax is used.
Action
Do one of the following:
- Specify a valid row path to the JSON_TABLE function.
- Correct the invalid syntax in the JSON_TABLE function.