Search found 53125 matches
- Fri May 10, 2013 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Issue
- Replies: 9
- Views: 2758
If the join key is indexed in Oracle it is likely that the join will be resolved in the indexes. Get Oracle to EXPLAIN its plan for resolving the join. This is likely to be far more efficient than anything you can accomplish in DataStage, and will involve less network traffic because you only send t...
- Fri May 10, 2013 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HOW TO PERFORM USING TRANSFORMER
- Replies: 5
- Views: 1783
- Fri May 10, 2013 3:31 pm
- Forum: General
- Topic: datastage 8.7 installation on windows 8
- Replies: 10
- Views: 8689
- Fri May 10, 2013 3:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to extract data from Sequential File
- Replies: 1
- Views: 1308
- Fri May 10, 2013 3:29 am
- Forum: General
- Topic: datastage 8.7 installation on windows 8
- Replies: 10
- Views: 8689
- Fri May 10, 2013 3:25 am
- Forum: IBM QualityStage
- Topic: Recognization on junk
- Replies: 8
- Views: 4110
- Thu May 09, 2013 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upsert not working (mode is update then insert)
- Replies: 6
- Views: 4912
- Thu May 09, 2013 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Input Stage - Cannot Process data
- Replies: 9
- Views: 3416
- Thu May 09, 2013 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: last day from date
- Replies: 5
- Views: 2200
- Thu May 09, 2013 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Performance
- Replies: 4
- Views: 1494
The answer will depend on many factors, including what other load there is on the server(s). For example you could use 10 Lookup stages and disable operator combination, so that the individual lookups are being performed in separate processes. If not much else is happening on the machine, this would...
- Thu May 09, 2013 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort operation
- Replies: 4
- Views: 1719
- Thu May 09, 2013 4:37 pm
- Forum: General
- Topic: DataStage 9.1 Operations Console Database Supported Versions
- Replies: 8
- Views: 4606
- Thu May 09, 2013 4:36 pm
- Forum: General
- Topic: datastage 8.7 installation on windows 8
- Replies: 10
- Views: 8689
- Thu May 09, 2013 4:34 pm
- Forum: General
- Topic: Subroutine failed to complete successfully (30107)
- Replies: 3
- Views: 2705
30107 is a fairly generic error, and the issue here is when an attempt was being made to discover some information about the project. It could be something as simple as permissions on the project directory; it may be more complex, like corruption in the project's hashed files. Do you experience the ...
- Thu May 09, 2013 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HOW TO PERFORM USING TRANSFORMER
- Replies: 5
- Views: 1783
Is this pivoting into separate columns, or pivoting into a single column as a comma-delimited list.
There's an answer to this not very long back on DSXchange - a Search should find it.
Pivoting into a single column is most easily accomplished using a pair of stage variables.
There's an answer to this not very long back on DSXchange - a Search should find it.
Pivoting into a single column is most easily accomplished using a pair of stage variables.