Search found 42189 matches
- Thu Nov 05, 2009 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job aborts, then won't compile
- Replies: 8
- Views: 2649
- Thu Nov 05, 2009 7:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving characters from source file name
- Replies: 1
- Views: 719
- Thu Nov 05, 2009 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum sql length in OCI
- Replies: 6
- Views: 6223
- Wed Nov 04, 2009 8:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator Limit
- Replies: 9
- Views: 4125
- Wed Nov 04, 2009 8:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: concatenate the rows
- Replies: 5
- Views: 2572
- Wed Nov 04, 2009 8:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Joining to Hashed File using "like" or "conta
- Replies: 4
- Views: 1566
Hashed lookups are equi-joins, so no 'like' or 'contains'. If it's always 2 or 3 characters, however, do two lookups to the same hashed file, one with the first two and the other with the first three characters and then take whichever one succeeds. Define a priority order if there is a possibility f...
- Wed Nov 04, 2009 6:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: concatenate the rows
- Replies: 5
- Views: 2572
- Wed Nov 04, 2009 6:43 pm
- Forum: General
- Topic: Oracle Materialized View
- Replies: 1
- Views: 932
- Wed Nov 04, 2009 6:42 pm
- Forum: General
- Topic: Linux Red Hat v5 64 bit
- Replies: 14
- Views: 5057
- Wed Nov 04, 2009 6:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum sql length in OCI
- Replies: 6
- Views: 6223
- Wed Nov 04, 2009 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to timestamp conversion
- Replies: 22
- Views: 28530
- Wed Nov 04, 2009 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to timestamp conversion
- Replies: 22
- Views: 28530
- Wed Nov 04, 2009 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduled Jobs showing as 'Not Scheduled'
- Replies: 9
- Views: 1883
- Wed Nov 04, 2009 3:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to timestamp conversion
- Replies: 22
- Views: 28530
- Wed Nov 04, 2009 3:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum sql length in OCI
- Replies: 6
- Views: 6223
Trying to get some clarifications on this but here's the initial response back from IBM Engineering. Oracle Enteprise ================ The maximum length for the user-specified query is 30000 characters. To use a query of greater length, a workaround would be to define a view (or materialized view) ...