Search found 8 matches

by ravimetla
Wed Mar 12, 2008 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LINK COLLECTOR - INPUT COLUMN ORDER
Replies: 12
Views: 4261

hi,

you could get better result if you switch the order of col 2 and col 3 from input link before going to collector stage... for ex: by a transformer
by ravimetla
Wed Mar 12, 2008 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LINK COLLECTOR - INPUT COLUMN ORDER
Replies: 12
Views: 4261

Definitely you need to have order of columns
by ravimetla
Wed Mar 12, 2008 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LINK COLLECTOR - INPUT COLUMN ORDER
Replies: 12
Views: 4261

Re: LINK COLLECTOR - INPUT COLUMN ORDER

Hi,

You should have same order of columns but not the order of links unless you want to maintain any kind of sort in the output
by ravimetla
Wed Mar 12, 2008 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-equality based lookup
Replies: 7
Views: 2343

Re: non-equality based lookup

I would suggest that try to remove those junk characters from table emp2 of that lookup column before feeding into look up and give it a try
by ravimetla
Wed Mar 12, 2008 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SEQUENCE GENERATOR???????
Replies: 3
Views: 1642

Re: SEQUENCE GENERATOR???????

Hello,

You can also have a oracle look up of that sequence to the transformer and attach it to the output
by ravimetla
Wed Aug 15, 2007 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading whole sequential file content into oracle clob field
Replies: 1
Views: 1951

Loading whole sequential file content into oracle clob field

Hi All,

Can anybody let me know a way to load directly a created sequential file to a oracle table which has one of the field with datatype as CLOB??

Any approach with in datastage would be appreciable...

Thanks

Ravi Metla
by ravimetla
Wed Jun 06, 2007 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset Warnings..
Replies: 5
Views: 2015

Reset Warnings..

The reset normally doesn't need the sequential file to exist, it sounds more like you are doing a validate. What is your UNIX dsjob call to do this? This thread does not belong in the FAQ, but in either the server or PX forum. the unix dsjob is as below..i am trying to RESET only...not validating.....
by ravimetla
Tue Jun 05, 2007 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset Warnings..
Replies: 5
Views: 2015

Reset Warnings..

Hi All, I have one server job which is having seq file stage and oracle stage...loading file from some input directory in unix and loading into a oracle table...and moving the file to archive directory... when the job runs next time with a new file, my job handling unix code is trying to reset the j...