So I looked at this post and this post and couldn't find a workaround for my situation. My conditions are as follows:
- I have 7000+ conditions (all unique values) for the IN clause
- I only have read-only priveleges for the corporate DB. I'm hesitant to try the temporary table solution from this post.
Is it possible to loop through a transaction to query all records that meet the 7000 IN conditions? My company uses Oracle.