Oracle Error QSM-01014: top level operator in WHERE clause of the query is an OR

Oracle Error Message

QSM-01014: top level operator in WHERE clause of the query is an OR

Reason for the Error

If the top-level operator in the WHERE clause is an OR and there is more than one table in the FROM list, then query rewrite will not take place.

Solution

None