Database Error Messages

ORA-61751

Path 'string' refers to a non-scalar type.

Cause

The provided JSON path expression in the JSON_TABLE column pattern refers to a non-scalar type while the type of the JSON_TABLE column is scalar.


Action

Correct the JSON path expression in the JSON_TABLE column pattern.