Search found 42189 matches
- Mon Dec 05, 2011 10:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDecimal logic
- Replies: 19
- Views: 4613
- Mon Dec 05, 2011 9:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Oracle Cursor at Before SQL
- Replies: 13
- Views: 8745
- Mon Dec 05, 2011 8:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to view all records from sequential file
- Replies: 20
- Views: 6585
- Mon Dec 05, 2011 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Very slow UPSERT by oracle Enterprise Stage
- Replies: 8
- Views: 3770
Did your DBA explain why that happened? When you join two columns of different data types, Oracle 'up converts' one to the other data type under the covers. In your case the string field was converted to a NUMBER before being joined to the incoming data and the moment that conversion happened it cou...
- Mon Dec 05, 2011 8:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View data using Oracle Connector
- Replies: 3
- Views: 3373
- Mon Dec 05, 2011 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running Oracle Cursor at Before SQL
- Replies: 13
- Views: 8745
Correct, it's not really meant to be used for the purpose you attempted and if you want to 'insert thousands of rows' you should source from a file of values and let the 'main flow of data' handle all that. I've used it to dynamically build SQL for the stage to read so we could customize the select ...
- Sun Dec 04, 2011 11:56 pm
- Forum: General
- Topic: Unpacking Downloaded Software
- Replies: 2
- Views: 1176
- Sun Dec 04, 2011 11:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion
- Replies: 2
- Views: 936
- Sun Dec 04, 2011 11:50 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: DS jobs to be parameterized while exposed as webservi
- Replies: 2
- Views: 3168
- Sun Dec 04, 2011 8:42 am
- Forum: General
- Topic: export DS job in dsx format from command line at server side
- Replies: 4
- Views: 4164
- Sun Dec 04, 2011 12:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Open command in ODBC stage
- Replies: 4
- Views: 2178
- Sat Dec 03, 2011 8:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDecimal logic
- Replies: 19
- Views: 4613
- Sat Dec 03, 2011 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDecimal logic
- Replies: 19
- Views: 4613
- Sat Dec 03, 2011 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sum using aggregator
- Replies: 9
- Views: 2457
- Sat Dec 03, 2011 7:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDecimal logic
- Replies: 19
- Views: 4613
The example given isn't quite packed/zoned decimal notation (the values for the sign are not correct), therefore the overpunch sign option won't work which is unfortunate. I wasn't going by the example (we've seen plenty of bogus / misleading / incomplete examples in the past) but rather by the des...