Search found 53125 matches
- Fri Jul 17, 2015 7:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Quickest Way to Extract CLOBs from Oracle
- Replies: 2
- Views: 1582
Get smaller CLOBs. :wink: Seriously, though, consider the volume of data involved in one CLOB, then in one per row for many rows. Construct a test job that extracts all the other data but omits the CLOB - the runtime difference is your cost of extracting the CLOB. If you're using a CAST to convert t...
- Fri Jul 17, 2015 7:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to join data with a BETWEEN function
- Replies: 8
- Views: 4062
- Fri Jul 17, 2015 7:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage, CLOBs, ODBC
- Replies: 9
- Views: 10762
- Thu Jul 16, 2015 8:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP Job - Dynamic Concatenation
- Replies: 6
- Views: 3526
- Thu Jul 16, 2015 3:49 pm
- Forum: General
- Topic: Environment Variable Import
- Replies: 11
- Views: 5238
- Wed Jul 15, 2015 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create new row for each location
- Replies: 5
- Views: 1713
- Wed Jul 15, 2015 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Transformer execution order
- Replies: 12
- Views: 5385
- Wed Jul 15, 2015 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage, CLOBs, ODBC
- Replies: 9
- Views: 10762
- Wed Jul 15, 2015 3:57 pm
- Forum: General
- Topic: Environment Variable Import
- Replies: 11
- Views: 5238
- Tue Jul 14, 2015 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Transformer execution order
- Replies: 12
- Views: 5385
- Mon Jul 13, 2015 7:59 pm
- Forum: General
- Topic: Job sequence aborts
- Replies: 6
- Views: 1994
Can you go to the Job Control tab of Job Properties in the Sequence, and inspect the generated code there? Post it here if it doesn't cause any non-disclosure issues (it shouldn't), surrounded by Code tags to keep it pretty. Check whether every artefact mentioned in any activity actually exists in t...
- Mon Jul 13, 2015 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Update 20m rows table
- Replies: 6
- Views: 3039
- Sun Jul 12, 2015 9:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Queries failing sometimes with SQL0433N on db2 10.5
- Replies: 5
- Views: 3454
- Sun Jul 12, 2015 9:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Range Lookup not returning correct values.
- Replies: 7
- Views: 3923
Your Char types are probably padded; you need to remove the pad characters before lookup will be successful with (unpadded) VarChar types. Preferred technique is to use a Modify or Transformer stage to effect the trim operation. You need to be aware of the pad character that is being used in your da...
- Sat Jul 11, 2015 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Range Lookup not returning correct values.
- Replies: 7
- Views: 3923