out of memory - SSIS: OutOfMemoryException thrown while loading data from large table -
i have large table not able extract. table extracted proprietary database odbc driver link ado.net source.
the source table has 90,000 rows , 333 columns. convert 3 columns between extraction , loading oracle database.
everytime run package, fails after 66,500 rows loaded outofmemoryexception. tried change batch size low value 10 or 50 still fails.
screenshot of dataflow:

nb: other tables database had lower batch size under 300 because amount of column exceeding number of available parameters generated insert queries , causing package fail.
so came solution times after posting issue. ended setting batchsize 1 on destination particular package , worked. package encountered issue.
Comments
Post a Comment