Oracle Solution for Error ora-14134

Solution for Oracle Error ORA-14134

ORA-14134: indexes cannot use both DESC and REVERSE

What triggered the Error:

An attempt was made to make a reverse index with some index columns marked DESC.

What should we do to fix it:

Do not use DESC in reverse indexes. The rule-based optimizer can scan indexes backwards, which allows a normal reverse index to simulate a reverse index with columns marked DESC.