Search found 3 matches

by Gladiator1
Mon Jul 13, 2009 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Conversion
Replies: 9
Views: 7496

Thanks Priya..

I found a solution by getting the EFF_DT accepted as timestamp field and later on in the job i typecasted using TimestamptoDate funtion in the transfromer before inserting it into the target table.
by Gladiator1
Mon Jul 13, 2009 3:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Conversion
Replies: 9
Views: 7496

I have the same problem,in Oracle the EFF_DT field has a DATE datatype.When i try to use in an Oracle Enterprise stage and supplying the below query SELECT to_char(PIP.EFF_DT,'YYYY-MM-DD') as START_DT FROM table it is giving the error Error when checking operator: When binding output interface field...
by Gladiator1
Thu Jul 09, 2009 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how and which stages are used to main version in SCD 2
Replies: 12
Views: 8334

If someone has implemented a SCD 2 in DataStage using CDC Stage.It would be helpful if they could put a screenshot of the job.