Search found 38 matches

by sharmabhavesh
Tue Jan 15, 2013 5:41 am
Forum: General
Topic: DSParam and DSEnv file
Replies: 3
Views: 3524

DSParam and DSEnv file

We are starting with a new data migration project. In the meanwhile, I have been asked to create DSParam file.
I am not sure what exactly is the difference between DSParam and DSEnv file. Tried searching but didn't get anything worthwhile. Can anyone please help?
by sharmabhavesh
Wed Aug 15, 2012 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert mode in Oracle
Replies: 2
Views: 1727

Upsert mode in Oracle

Hi,
I am trying to replicate an old code into my system. At one of the places an Oracle table is uisng Upsert mode. I tried googling out the meaning of Upsert mode but no where could I find a good explanation. Could anyone explain me with an example what an Upsert mode actually does?
by sharmabhavesh
Tue Aug 07, 2012 9:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL query or explicit stage
Replies: 4
Views: 2088

In stage query or explicit stage

Hi Ray,
There's no indexing in the table.
Right now, sample data I have has very low number of records so I am not able to find out any difference in time by both the methods.
But in production, there would be huge amount of data and that's why I want to know which one would work better?
by sharmabhavesh
Tue Aug 07, 2012 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL query or explicit stage
Replies: 4
Views: 2088

SQL query or explicit stage

Hi,
I have data in a source table. I want to group the data based on a field.
Should I use SQL query inside my source table stage or shall I use an agreegator stage. Which one is a better option and why?

Thanks in advance :).
by sharmabhavesh
Thu Jun 28, 2012 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single,variable length seq file to be read in parallel
Replies: 12
Views: 7057

Thanks for your quick responses. Things look more clear now.
by sharmabhavesh
Wed Jun 27, 2012 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single,variable length seq file to be read in parallel
Replies: 12
Views: 7057

Re: Single,variable length seq file to be read in parallel

Hi,
Can you please elaborate a bit?
I have heard that number of readers per node can be set only for fixed length files.
Also, please elaborate the first option you have specified.
by sharmabhavesh
Wed Jun 27, 2012 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single,variable length seq file to be read in parallel
Replies: 12
Views: 7057

I am reading a single sequential file from a single parallel job.
by sharmabhavesh
Wed Jun 27, 2012 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single,variable length seq file to be read in parallel
Replies: 12
Views: 7057

Single,variable length seq file to be read in parallel

Hi,
I have a single sequential file which I want to read in parallel. How can I achieve that? I went through multiple previous posts on the same topic but could not find a solution. There are many contradiciting answers in many posts.