I am trying to pull data from oracle database into SQL Server using SSiS packages. I have a list of 60000 customer ids for which I need to pull data from Oracle.
When I am creating a SSIS package where I am manually passing 500 ids then Oracle query runs fine but if I try with even 10000 customer IDs, It does not work.
Please suggest if there is a better way to achieve this.
Note:- I don't have write access on Oracle. Creating tables/views in oracle is not possible for me.