stringtoTimestamp

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
bakshdwh
Participant
Posts: 12
Joined: Fri Sep 19, 2008 7:56 am
Location: bangalore
Contact:

stringtoTimestamp

Post by bakshdwh »

Hi
Im trying to convert string to timestamp and I get the following error

APT_CombinedOperatorController(2),2: Conversion error calling conversion routine timestamp_from_string data may have been lost

the input column value from the sequential file is for example

CRT_DATE 2006-03-15 19:39:12

I need to insert this into a timestamp column in oracle

I've also noticed in the peek stage that some values are :
Peek_63,2: CRT_DATE:*******************

Help on this is much appreciated.

Thanks
CHeers
Baksh
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Show us your syntax.
-craig

"You can never have too many knives" -- Logan Nine Fingers
bakshdwh
Participant
Posts: 12
Joined: Fri Sep 19, 2008 7:56 am
Location: bangalore
Contact:

Post by bakshdwh »

Hi
Thanks
It was not reading the null values, specified the null value, and the job is working fine now.

Thanks
CHeers
Baksh
Post Reply