Search found 15603 matches
- Fri Mar 13, 2009 2:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to insert a record into the table. [oraUpsert.C:1851]
- Replies: 3
- Views: 1155
- Fri Mar 13, 2009 1:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Efficient Way to remove Duplicates and store them
- Replies: 5
- Views: 1501
There are only two basic methods of getting duplicates, either sorting the data by the column in question and comparing adjacent rows, or by keeping the whole contents of the file as it is being read in memory and doing a comparison (i.e. array or table scan). Either method may be quicker and more e...
- Thu Mar 12, 2009 11:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Stage truncating data
- Replies: 14
- Views: 5297
- Thu Mar 12, 2009 11:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: capacity planning
- Replies: 2
- Views: 1496
There are various numbers floating around regarding Gb per CPU and I've found that the true production numbers depend greatly upon how the application has been coded, both for server and for parallel systems. There is no upper bound or cap on CPU usage, but again depending on your application and co...
- Wed Mar 11, 2009 1:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StingtoDate
- Replies: 6
- Views: 1348
- Wed Mar 11, 2009 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reject records from oracle
- Replies: 2
- Views: 574
- Wed Mar 11, 2009 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs Status not compiled
- Replies: 3
- Views: 1470
- Wed Mar 11, 2009 6:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Status code 96 DSJS_CRASHED
- Replies: 16
- Views: 6085
- Wed Mar 11, 2009 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Status code 96 DSJS_CRASHED
- Replies: 16
- Views: 6085
- Wed Mar 11, 2009 6:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage installations on Wintel v/s HP-UX?
- Replies: 4
- Views: 1665
- Wed Mar 11, 2009 6:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bad records get rejected in sequential file
- Replies: 3
- Views: 1949
- Tue Mar 10, 2009 1:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequential file issue while appending to the same file
- Replies: 5
- Views: 1425
- Tue Mar 10, 2009 12:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hash partition and scratch space
- Replies: 7
- Views: 2533
Ok, let us assume that your stages are all necessary. Then what you need to do is ensure that the steps happen sequentially instead of in parallel so that the scratch space doesn't fill up. Or that less processes use scratch. How many nodes does this job run on? What happens if you use a 1-node conf...
- Tue Mar 10, 2009 12:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance sparse lookup
- Replies: 5
- Views: 1010
- Tue Mar 10, 2009 10:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup null value on DB2 - different for sparse and normal
- Replies: 4
- Views: 1348