I am facing an strange issue with some packages when extracting data from Oracle into a SQL DB : Randomly I get all the expected dataset or I get it partially or I get an empty dataset. I don't get any error or warning.
Details:
- My Source is Oracle 19C and Destination is SQL Server 2019.
- The connection is an Oracle Provider for OLE DB (64 bits)
- Visual Studio 2019 & SSIS 15.0.2000.94
- In the OLE DB Source I am using a SQL Command from a Variable
- I am logging the records extracted and inserted and I see that the problem is in the extraction.
I have already tried:
- Switch between Fast Load // Normal load
- Add in the connection string the property UseSessionFormat=True;
I would appreciate any clue or help