Could not load correct values using float datatype

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
xch2005
Participant
Posts: 85
Joined: Fri Apr 29, 2005 3:13 am
Location: India

Could not load correct values using float datatype

Post by xch2005 »

Hi,

I am fetching values from Sybase and loading it into Oracle tables. One of the columns in the table is float datatype and when it is loaded into Oracle it rounds it off.

eg. -39238453.3 is getting loaded as -39238500
Sybase -> transformer(map cols) -> Oracle

In source as well as target I am using float for the column. It is column to column mapping and no calculations performed.

Appericiate you help on this.

Thanks
xch2005
Participant
Posts: 85
Joined: Fri Apr 29, 2005 3:13 am
Location: India

Post by xch2005 »

Is there a way how we can fix this?
Post Reply