Search found 42189 matches

by chulett
Wed Jun 12, 2013 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-24806: LOB form mismatch
Replies: 13
Views: 12693

ORA-24806: LOB form mismatch Cause: When reading from or writing into LOBs, the character set form of the user buffer should be same as that of the LOB. Action: Make sure that the buffer you are using to read or write has the same form as that of the LOB. I'm assuming "the user buffer" is...
by chulett
Wed Jun 12, 2013 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation/Summation
Replies: 9
Views: 3760

Would this not just need an Aggregator? Group on Project ID, year, month and sum the amount.
by chulett
Wed Jun 12, 2013 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read SDO_geometry() datatype in DataStage
Replies: 3
Views: 1856

What kind of "reading" are you trying to do here? And then what would your target be? Any of these special data types can't be simply selected but are accessed via 'spatial queries' or methods like Get_WKT (get well known text) to return a CLOB.

Details are here.
by chulett
Wed Jun 12, 2013 11:36 am
Forum: General
Topic: How to place alphanumeric in between an integer
Replies: 3
Views: 930

What detail do you need? It's not substantially different from your other recent post with the capitals. And your target will no longer be an integer of course, so first convert the source to a string and then proceed with the chopping upping.
by chulett
Wed Jun 12, 2013 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get data from different sources at a time?
Replies: 2
Views: 776

Three sources and a Funnel come to mind.
by chulett
Wed Jun 12, 2013 9:24 am
Forum: General
Topic: How to place alphanumeric in between an integer
Replies: 3
Views: 930

Substring the value apart (or use Left/Right) and concatenate back together adding that character between the two pieces.
by chulett
Wed Jun 12, 2013 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read file with low values
Replies: 2
Views: 1044

:!: Split to your own topic.
by chulett
Wed Jun 12, 2013 7:17 am
Forum: General
Topic: How to make first and last letter capital
Replies: 7
Views: 1830

You sure?
by chulett
Wed Jun 12, 2013 7:00 am
Forum: General
Topic: How to make first and last letter capital
Replies: 7
Views: 1830

... and then you go back and delete the extra ones. Anyone can do that as long as they haven't been replied to. Me, I can do it anytime. 8)
by chulett
Wed Jun 12, 2013 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect to port 10000 on conductor
Replies: 5
Views: 4492

Wasn't sure exactly what was going on and chose a poor subject for the new topic. I've moved it to the proper forum and (hopefully) corrected the subject.
by chulett
Wed Jun 12, 2013 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection problems - ora-3135 and 3114
Replies: 0
Views: 2181

Sounds like you're doing all the right things for that "connection lost contact" error. Probably old news for you but just in case, some information here.
by chulett
Tue Jun 11, 2013 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage and reading and writing
Replies: 5
Views: 1306

And yet the Job Type is marked as Parallel. Which is it?
by chulett
Tue Jun 11, 2013 3:56 pm
Forum: General
Topic: Execute command activity warning for file check
Replies: 6
Views: 1814

Show us the warning. I'm assuming it's because you have the "Automatically handle" option enabled in your Sequence job.