SSIS inserting wrong data that's coming from Oracle for field type NUMBER


i have view in oracle reading data , inserting in sql server. when run "desc myview" command returns following:

field1
number

field2
number

as can see both field types number. created similar table in sql server field type "int" when records inserted, in field2 inserting -1861 , 1876 instead of actual value oracle. field1 data fine.

i have checked data in oracle fine , have no issues. have tried changing int float still same issue. reason?

edit

by way "preview" in ssis packages shows wrong values. know when drag , drop oracle source toolbox, select view name drop down list , when click "preview".



SQL Server  >  SQL Server Integration Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........