Search found 5168 matches

by kumar_s
Tue May 30, 2006 11:27 pm
Forum: Site/Forum
Topic: Its time again!!!!
Replies: 5
Views: 2389

Its time again!!!!

12K POST.
Iam not sure my points can reach his total post counts. Increasing drastically. Transition period between 11K and 12K is amazingly small.
Its again time for web master to edit the home page.
Needless to say the name. (Atleast for years) :wink:
by kumar_s
Tue May 30, 2006 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run Time Propagation
Replies: 6
Views: 3413

Run time column propagation doest help you to read from repository but just help to you propagate the metadata used at the initial stage to the target or the end stage as the name suggest. Datastage is metadata driven, hence its not possible to change metadata during run time. If you need help on ch...
by kumar_s
Tue May 30, 2006 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what can be issue if sparse lookup is too slow?
Replies: 4
Views: 907

Was it an observation for just a single run?
Network congestion by the time will make a big difference in Sparse lookup. Find the network traffic by pinging to the DB server from DS server.
If the data volume is the only change made, try to revert back to original condition.
by kumar_s
Tue May 30, 2006 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key concept
Replies: 3
Views: 991

You can even refer your other post for more details.
by kumar_s
Tue May 30, 2006 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: natural key
Replies: 3
Views: 1082

Search for Normalization and find the purpose of normalization. So that you may find th purpose of using key in the table. If you refer the word Surrogate in the dictionary, you may find it as 'Artifical', 'Synthetic'.... Natural key is the original key avalable in the table as primary key (Or compo...
by kumar_s
Tue May 30, 2006 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variables in Parallel jobs
Replies: 7
Views: 2432

This is to set the environmetal variable at run time. If you need to use the existing variable, you may include $ENV or $PROJDEF in you Job property. $ENV will Instructs DataStage to use the current setting for the environment variable. $PROJDEF - Will reflect the change in the value even after comp...
by kumar_s
Tue May 30, 2006 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 7
Views: 2263

Give permission 775 (or 777 for testing) to the object file created.
by kumar_s
Tue May 30, 2006 10:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_METADATA
Replies: 8
Views: 3153

So again here comes Ray :wink:
by kumar_s
Tue May 30, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to extend temp segment by 128 in tablespace TEMP2
Replies: 9
Views: 4059

Got your point Craig :D
by kumar_s
Tue May 30, 2006 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine
Replies: 7
Views: 2263

And what about this....
I guess you have selected the Object type as Library. Since you have created a object file select the object as the option.
by kumar_s
Tue May 30, 2006 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_METADATA
Replies: 8
Views: 3153

Others were more familiare with Kim's routines and scripts that Kim do :lol:
by kumar_s
Tue May 30, 2006 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to extend temp segment by 128 in tablespace TEMP2
Replies: 9
Views: 4059

And by the way, creating index will eat up more table space. :wink:
by kumar_s
Tue May 30, 2006 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to extend temp segment by 128 in tablespace TEMP2
Replies: 9
Views: 4059

Are you able to access and view the data from the View from command prompt.
by kumar_s
Tue May 30, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Best practices for 2 consecutives transforms
Replies: 7
Views: 1459

Not only transformer, all active stages are merged to a single process during compilation. Passive stages frame the boundary. All the transformation logic will be built in to a single process. There wont be pipeline parallelism among the stages.
by kumar_s
Tue May 30, 2006 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_METADATA
Replies: 8
Views: 3153

Perhaps you can try with the key @ID

Code: Select all

SELECT * FROM DS_METADATA WHERE @ID LIKE "%OCI%"