OCI-44989
Table name 'table_name' does not match the table alias 'table_alias' of JSON_TABLE.
- table_name: The table name of the reordering column.
- table_alias: The alias of JSON_TABLE.
Cause
Table name provided for a reordering column in multi-value index does not match the table alias given for its corresponding JSON_TABLE.
Action
Use the table alias of JSON_TABLE as table name.