Well, it says it goes wrong inserting into the Oracle database. So basically you provide data to bulk insert, but there's data with a different data type than the database thinks it should be, and the database can't cast it (e.g. when you have a Text attribute containing "A" and the database expects an integer, or something similar).