Database Error Messages

ORA-40750

Column of Large Object (LOB) type cannot be used for sorting.

Cause

The specified sort condition included a LOB column such as CLOB, BLOB or JSON.


Action

Ensure that the sort column data type is not a large object such as CLOB, BLOB or JSON.