When running a query that contains more than 1000 conditions in the IN clause the following error occurs:
ORA-01795: maximum number of expressions in a list is 1000
Oracle limitation: Cannot have more than 1000 literals in an IN clause.
Workaround:
None. Oracle limitation and not Quest application related.