Search found 4992 matches
- Thu Sep 30, 2004 2:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Hash File
- Replies: 14
- Views: 3217
- Thu Sep 30, 2004 12:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error writing to RT_STATUS89
- Replies: 3
- Views: 693
- Thu Sep 30, 2004 12:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple DataStage Server instances on one Machine
- Replies: 11
- Views: 2882
- Thu Sep 30, 2004 12:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple DataStage Server instances on one Machine
- Replies: 11
- Views: 2882
- Thu Sep 30, 2004 12:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem accessing Oracle 9i stage in DS7.5
- Replies: 7
- Views: 1991
- Thu Sep 30, 2004 12:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple DataStage Server instances on one Machine
- Replies: 11
- Views: 2882
Starting witn 7.x it is possible to run simultaneous server instances. You need to manipulate the "id" associated with them... whatever it is called. You know, the thing that defaults to "ade". That and the port for the dsrcpd daemon. Technically yes, but, how are you going to attach to both instan...
- Thu Sep 30, 2004 12:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Denormalizing Data
- Replies: 7
- Views: 2301
- Thu Sep 30, 2004 11:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Heap error
- Replies: 4
- Views: 1116
- Thu Sep 30, 2004 10:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple DataStage Server instances on one Machine
- Replies: 11
- Views: 2882
- Thu Sep 30, 2004 10:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Heap error
- Replies: 4
- Views: 1116
- Thu Sep 30, 2004 10:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple DataStage Server instances on one Machine
- Replies: 11
- Views: 2882
- Thu Sep 30, 2004 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Denormalizing Data
- Replies: 7
- Views: 2301
Doing it in DataStage is ugly, that's why I gave you an "elegant" SQL solution. Write source table "A" into a hash file, leaving the B phone number column blank. Read source table "B" and reference the hash file, if the row is there, add the B phone number to the B phone number column and write out ...
- Thu Sep 30, 2004 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Denormalizing Data
- Replies: 7
- Views: 2301
- Wed Sep 29, 2004 2:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSMigrate - Has Anyone heard about it ?
- Replies: 10
- Views: 4880
- Tue Sep 28, 2004 8:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bottleneck Advice
- Replies: 4
- Views: 1346
If you're on Solaris, use prstat -a and see if your job is using 100% of a cpu. If it is, then the only way to speed up that single job is to remove logic. Chances are if your job is seq-->xfm --> hash with a hash reference, your job is at 100% cpu speed unless you're disk thrashing. If you're not t...