Database Error Messages

ORA-40093

ORDER BY literal values is not allowed for JSON_ARRAYAGG

Cause

JSON_ARRAYAGG does not allow ORDER BY literal values.


Action

Specify a column name or expression for the ORDER BY clause.