invalid length date

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
fleurlisalu
Participant
Posts: 8
Joined: Thu Jul 19, 2007 6:10 am

invalid length date

Post by fleurlisalu »

hello!,
I have an erreur when I want load a table in the data warehouse it's :
invalid length for DATE or NUMBER bind variable

I tried to load the table without date and it's ok but when I put a date it's not ok , my type date is timestamp in my DBMS(ORACLE 10g) it's timestamp too. I don't know how to make .
can you help me Please?
phanee_k
Charter Member
Charter Member
Posts: 68
Joined: Thu Nov 20, 2003 11:02 pm

Post by phanee_k »

Use to StringToTimestamp function in the transfer to convert the data if the source datatype is defined as String.


Thanks
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Post by us1aslam1us »

I would suggest you to check the format of the source column and the target, If the formats are not proper it will shout for invalid length. Also check for the null values in the source.
I haven't failed, I've found 10,000 ways that don't work.
Thomas Alva Edison(1847-1931)
Post Reply