Search found 53125 matches
- Thu Dec 14, 2006 2:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to get rid of warning trigger
- Replies: 10
- Views: 3074
- Thu Dec 14, 2006 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding max value for a column using aggregator.
- Replies: 8
- Views: 5125
The Hash aggregation method is appropriate when there aren't too many distinct grouping values - up to, say, 1000 per partition. This method does not require sorted input, so you could lose the Sort stage with no detriment. If you are sorting for some other reason, change the aggregation method to S...
- Thu Dec 14, 2006 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to increase the Sequence number in PX from Oracle
- Replies: 14
- Views: 8232
Hi Ray , We could force to run the lookup stage run sequentially , which would avoid any issues due to parallelism . let me know your comments on that Then you may as well use a server job, which has much lower overheads than a parallel job. But you'd STILL be doing the lookup for every row process...
- Thu Dec 14, 2006 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invoking the Excel(.xls) file from unix server in datastage
- Replies: 3
- Views: 1688
A cheaper solution is to have a CSV or TXT dump of the worksheet sent from the original Excel workbook (on Windows) to the UNIX machine, rather than the workbook (XLS file) itself. You could write a Windows command (in Visual Basic, for example) to invoke Excel and dump the worksheet(s) then FTP or ...
- Thu Dec 14, 2006 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign job status into variable in shell programing
- Replies: 5
- Views: 1553
- Thu Dec 14, 2006 2:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS values.
- Replies: 6
- Views: 1580
- Thu Dec 14, 2006 2:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding transformer stage
- Replies: 7
- Views: 1596
- Thu Dec 14, 2006 2:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage insert- triggers
- Replies: 3
- Views: 911
- Thu Dec 14, 2006 2:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to access metadata using Universe stage
- Replies: 5
- Views: 1531
Metadata are - deliberately - incompletely described in the Repository. Further, import of the table definitions from the Repository tables is deliberately blocked. You would need to create synonyms and import the definitions from those. You may like to review [urlhttp://www.dsxchange.com/viewtopic....
- Thu Dec 14, 2006 1:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Finding max value for a column using aggregator.
- Replies: 8
- Views: 5125
- Thu Dec 14, 2006 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS values.
- Replies: 6
- Views: 1580
- Thu Dec 14, 2006 1:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to increase the Sequence number in PX from Oracle
- Replies: 14
- Views: 8232
The problem with using a stage variable, or even a lookup, is that you are getting information on each processing node. This may turn out to be tricky. Better would be to use a separate job, executing sequentially (or a server job), that extracts the max value once from Oracle and stores it somewher...
- Thu Dec 14, 2006 1:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ETL Job Statistics
- Replies: 8
- Views: 4119
- Wed Dec 13, 2006 8:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting ExecuteCommand CommandOutput value in a sequencer
- Replies: 14
- Views: 4740
- Wed Dec 13, 2006 8:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: asseccing peoplesoft applications
- Replies: 8
- Views: 1883