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:

enter image description here

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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -