Database Error Messages

ORA-44987

Table alias for JSON_TABLE must be followed by a reordering column list for multi-value index.

Cause

A table alias is provided to JSON_TABLE but there is no subsequent reordering column list for multi-value index.


Action

Remove the table alias for JSON_TABLE in multi-value index creation.