We are getting below error when we have more than 1000 values in the In clause..
ORA-01795 maximum number of expressions in a list is 1000
Does Oracle support more than 1000 values in latest Database versions ?
Is there are any workaround with out actually changing to code to split to less than 1000 values ?