Search found 3329 matches

by Sainath.Srinivasan
Thu Feb 19, 2009 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a file through a routine
Replies: 6
Views: 2266

Why and What do you want to achieve ?
by Sainath.Srinivasan
Thu Feb 19, 2009 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Multiple Record Types
Replies: 13
Views: 9153

What is the datatype?

It worked for me in ASCII
by Sainath.Srinivasan
Thu Feb 19, 2009 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 3413

Count the total occurance and take one less using index.
by Sainath.Srinivasan
Thu Feb 19, 2009 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 3413

Count the total occurance and take one less using index.
by Sainath.Srinivasan
Thu Feb 19, 2009 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete on oracle taking long
Replies: 12
Views: 3447

How did you find it is the 'delete' stage that takes time?

How many rows matching the delete criteria are available in the target?

What if you do a delete outside DS? How long does it take?

Did you set commit intervals and see the count go down?

Did you get the plan for delete SQL?
by Sainath.Srinivasan
Wed Feb 18, 2009 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete on oracle taking long
Replies: 12
Views: 3447

Check for locks in oracle. Try running on single node config.
by Sainath.Srinivasan
Wed Feb 18, 2009 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Multiple Record Types
Replies: 13
Views: 9153

CFF stage picks only the record IDs you defne. So if you skip those you do not wish to extract, it will automatically drop it during import.
by Sainath.Srinivasan
Wed Feb 18, 2009 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Multiple Record Types
Replies: 13
Views: 9153

You can use the filter to pick only the record types you need and ignore the rest.
by Sainath.Srinivasan
Wed Feb 18, 2009 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Multiple Record Types
Replies: 13
Views: 9153

You can use the filter to pick only the record types you need and ignore the rest.
by Sainath.Srinivasan
Wed Feb 18, 2009 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding spliting the records
Replies: 14
Views: 2935

Convert is used to Replaces every instance of specified characters in a string with substitute characters.

interpret as
Convert is used to Replaces every instance of '/' in a string with 'newline' characters.
Manually think through the function and expected outcome
by Sainath.Srinivasan
Tue Feb 17, 2009 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connection broken
Replies: 2
Views: 795

There can be several things.

What did you change in dsenv?
by Sainath.Srinivasan
Tue Feb 17, 2009 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding spliting the records
Replies: 14
Views: 2935

Search can be found right below the banner.
by Sainath.Srinivasan
Tue Feb 17, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server routine in sequence with parallel job in job activity
Replies: 3
Views: 1857

Parallel routines are to be used within jobs.
by Sainath.Srinivasan
Tue Feb 17, 2009 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle table definitions got multiplied by 3
Replies: 5
Views: 1967

Guessing....

Do you have NLS enabled ?
by Sainath.Srinivasan
Tue Feb 17, 2009 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding spliting the records
Replies: 14
Views: 2935

Convert '/' to newline.

Search for "urgent" and see response from Ray.