I am using SSIS to pull the data from Oracle database (OLE DB Source) to SQL server (OLE DB Destination).
I'm struggling to filter the data on Oracle level.
The requirement is to read the ID in SQL database and fetch those ID's from Oracle database. The ID is available in SQL server.
How to apply the filter from SQL to Oracle database level?