Search found 5 matches

by abhijitr
Wed Feb 21, 2007 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage direct loader
Replies: 8
Views: 1674

abhijitr wrote:
DSguru2B wrote:Try giving .6 instead of .x


I have tried that also still its giving me unsuppoted type error


IS there any way i can specify the ".ctl" file to this loader same as conventional SQL Loader in which i can specify the timestamp format till microseconds.
by abhijitr
Wed Feb 21, 2007 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage direct loader
Replies: 8
Views: 1674

DSguru2B wrote:Try giving .6 instead of .x


I have tried that also still its giving me unsuppoted type error
by abhijitr
Wed Feb 21, 2007 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage direct loader
Replies: 8
Views: 1674

abhijitr wrote:timstamp datatype with 6 digits for microseconds


I have used following conversion

StringToTimestamp('2007-02-02 05:23:56.000025',"%yyyy-%mm-%dd %hh:%nn:%ss.x")

but still i am facing the problem
by abhijitr
Wed Feb 21, 2007 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage direct loader
Replies: 8
Views: 1674

timstamp datatype with 6 digits for microseconds
by abhijitr
Wed Feb 21, 2007 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage direct loader
Replies: 8
Views: 1674

Datastage direct loader

Hi, I am trying to load the data into Oracle table using datastage direct load method. I am unable to insert the timestamp field into the table having datatype as timestamp(6). I have converted my data to the timestamp format supported by datastage. I am getting error as unsupported type. can anybod...