How to fix the Oracle error DRG-10879: topn must be used with order by score desc in ctxfiltercache?

In this post, you’ll learn more about the Oracle ErrorDRG-10879: topn must be used with order by score desc in ctxfiltercache with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

DRG-10879: topn must be used with order by score desc in ctxfiltercache

Reason for the Error DRG-10879: topn must be used with order by score desc in ctxfiltercache

Cause: must order query results by score desc when topn argument is true

How to fix the Error DRG-10879: topn must be used with order by score desc in ctxfiltercache ?

You can fix this error in Oracle by following the below steps

Action: Add order by score desc

Tags :

Leave Your Comment