Page 1 of 1

Date in oracle Timestamp in datastage

Posted: Thu Jul 01, 2010 2:32 am
by ksk
Hi,
I have extracted the data from oracle to datastage(oracle stage) .
but there is a change in the column data type.
when i extract a column of date type in oracle comes as timestamp in datastage why?

Thanks in davance

Posted: Thu Jul 01, 2010 3:13 am
by ray.wurlod
Because Oracle stores all dates with a time component.

Oracle is... different.

Posted: Thu Jul 01, 2010 5:40 am
by chulett
LOL... welcome to Larry's world. :wink:

Posted: Sat Jul 03, 2010 4:02 am
by krishnuka123
Should use : Given in below

Column SQL Type
Date VarChar


I believe it will work.

Posted: Mon Jul 05, 2010 4:01 am
by priyadarshikunal
@krishnuka123

why do you think it needs to be converted to Varchar to read a oracle date field? :?
In datastage it works perfectly fine using timestamp as datatype.