How to fix OLE DB connection manager? (OLE DB source sending 0 rows)

Viewed 10

I am extracting a query from Oracle DB source. I have set the connection manager as OLE DB source from Oracle. When I run the package, No rows are sent to the destination while the package is shown to be good.

enter image description here

While I use the same query with ADO NET source, the rows are sent to the destination.

enter image description here

The OLE DB connection is working fine with other packages. Other packages have around 1k-5k rows this has 200k+ rows. Are the number of rows might be the case?

How to fix this?

0 Answers
Related