Error 0xc02090f8: Data Flow Task 1: The value was too large to fit in the output column "AMOUNT" (58).
(SQL Server Import and Export Wizard)
SSIS 2008. I am using the .net data provider for Oracle. The column in Oracle is defined as NUMBER (no precision or scale specified). The largest value in the column in the source table is in the low millions. I don't see how it would overflow anything. If I look at the Data Flow Path Editor, the column is set to DT_NUMERIC(38,4).
Does anyone have any ideas?
Thanks
by the way, the Oracle version is 11g