Trying to load an Oracle table. There are over 70k records. The commit sizes tried are 1000, 5000, 10000, 20000.The table output step throws an error at every second commit, i.e. when the commit size is 1000, error is thrown at committing the second batch ( the commit at 2000 rows ). Error says " Unexpected error inserting row ". Is this a database setting issue. Is there a setting in PDI to solve the issue.
↧