I have a simple Oracle OLEDB data source from a view that produces 4.4 million rows. When running this simple data flow taks the SSIS package reports success at 900k rows which do hit the target SQL Server table.
There are no parameters in this Data Flow task, it is basically from the VIEW in ORACLE to a SQL Server table with all system defautls.
If there were a space issue on the receiving end I would expect an error but the 900k rows are queryable as well as the source of 4.4 million rows.
This is not making any sense to anyone here.
Thanks in advance for any suggestions where to look for something in SSIS that could possibly limit rows.
Les Draper