Unable to load date into database

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
balu124
Participant
Posts: 49
Joined: Wed Jul 25, 2007 9:53 pm

Unable to load date into database

Post by balu124 »

Hi
we are usng the odbc stage to read the data from the source (oracle) database ,it's works fine.we are using odbc stage to load the data into orcle database.

But we got the error like this
ODBC_Enterprise_0: When checking operator: When binding output interface field "CUSTOMER_ID" to field "CUSTOMER_ID": Implicit conversion; from source type "dfloat" to result type "int32": Possible range/precision limitation

Can any one suggests the reason?
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

CUSTOMER_ID is declared as Float in DataStage and it is defined as Int in the database. that is the reason for the warning.
mcs@rajesh
Participant
Posts: 46
Joined: Mon Sep 24, 2007 12:37 am
Location: INDIA

HI

Post by mcs@rajesh »

HI balu
whenever we try to load data into the database it will consider datatypes on his own so based on that we need to change or modify the datatype...
Post Reply