Search found 53125 matches
- Wed Jan 25, 2006 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-00060: deadlock detected
- Replies: 11
- Views: 7429
- Wed Jan 25, 2006 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error writing to Teradata Enterprise Stage
- Replies: 11
- Views: 6431
- Wed Jan 25, 2006 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while importing stored procedure definitions
- Replies: 1
- Views: 946
- Wed Jan 25, 2006 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to use Enviroment Parameter in Criteria
- Replies: 1
- Views: 753
How about containing the job parameter reference in "#" characters?
Code: Select all
IsNotNull(toTransform.UNIQUE_SAK) AND toTransform.FIN_MONTH = #$FIN_MONTH#- Wed Jan 25, 2006 3:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View Adapter and Binding
- Replies: 2
- Views: 1589
- Wed Jan 25, 2006 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage-Behaving differently
- Replies: 5
- Views: 3540
- Wed Jan 25, 2006 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MultiloadPX and user defined environment variables (7.5)
- Replies: 1
- Views: 697
- Wed Jan 25, 2006 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TMPDIR variable usage
- Replies: 4
- Views: 2160
Further, named pipes shouldn't get all that large, since there should be a process draining them as fast as the process that is filling them. But, if your /tmp file system is small (as is often the case on Solaris systems particularly) you would do well to point TMPDIR to a file system with lots of ...
- Wed Jan 25, 2006 2:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable toStart Datastage resource Engine Service
- Replies: 5
- Views: 1873
- Wed Jan 25, 2006 2:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width files
- Replies: 6
- Views: 1410
- Wed Jan 25, 2006 1:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I wnat storred porocedures in oracle....
- Replies: 16
- Views: 4074
- Tue Jan 24, 2006 11:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Input link values as stored procedure arguments?
- Replies: 12
- Views: 3124
Not really, because I have no idea what you want to do. By "local variables" I mean, of course, stage variables in a Transformer stage. And expressions, well these might be stage variable initialization expressions, stage variable derivation expressions, output link constraint expressions or output ...
- Tue Jan 24, 2006 11:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata mismatch
- Replies: 5
- Views: 4655
Interesting.
Have you tried thwarting Oracle in the SQL? For example
Have you tried thwarting Oracle in the SQL? For example
Code: Select all
SELECT ... CAST ((CASE WHEN ... END AS COLNAME) AS NUMBER(10,4))- Tue Jan 24, 2006 10:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: partitioning data on key1 and aggregating on key2
- Replies: 3
- Views: 1155
Re: partitioning data on key1 and aggregating on key2
In a PX job, If data is partitioned on key 1 and then aggregated on key 2, what issues could arise? Thx VS Are you sorting on key 2? If not, the Aggregator stage will use a lot more memory than otherwise. Partitioning on other than key2 may mean that some key2 values are on node 1 and some key2 val...
- Tue Jan 24, 2006 10:45 pm
- Forum: Site/Forum
- Topic: 10K posts countdown for Ray
- Replies: 12
- Views: 5452