List Limit¶
https://stackoverflow.com/questions/400255/how-to-put-more-than-1000-values-into-an-oracle-in-clause
The limit of 1000 is on the constructor of the Oracle table type (and in clauses), but if you build-up the Oracle table you don’t need to worry about such limitation.