Search found 42189 matches

by chulett
Thu Mar 19, 2015 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resource Disk
Replies: 3
Views: 1086

Should mean the job aborted and thus failed to clean them up. If they are not currently in use and no longer needed, you should be able to simply delete them. Or you may need to use to use something like "orchadmin" if they have a descriptor file as well like a normal dataset. Others will ...
by chulett
Thu Mar 19, 2015 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data truncation issue with the Number field in oracle
Replies: 9
Views: 3047

Workaround? No. You just need to learn how to deal with it. Did you try what qt_ky posted?
by chulett
Thu Mar 19, 2015 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data truncation issue with the Number field in oracle
Replies: 9
Views: 3047

My source Oracle 9i table column definition defined as Number and Target Oracle 12C is also same. Not so much confusion as a lack of pertinent information. :wink: And just to verify again, your targets are both unbound NUMBER fields, correct? No precision, no scale. Those are (basically) stored as ...
by chulett
Wed Mar 18, 2015 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stop the XML stage from encoding already encoded data
Replies: 4
Views: 1551

Ah... so this works in the old XML stage but not in the new one? Sounds like a patch is in your future.
by chulett
Wed Mar 18, 2015 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stop the XML stage from encoding already encoded data
Replies: 4
Views: 1551

ps. Also moved you over into the proper forum.
by chulett
Wed Mar 18, 2015 12:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stop the XML stage from encoding already encoded data
Replies: 4
Views: 1551

Re: stop the XML stage from encoding already encoded data

We tried changing the 'data element' on the column to XML to tell the stage that the data was already encoded, but that did not work. I'd be curious what "did not work" about it as that IS the solution, that's exactly what that data element is there for. Have you involved support? Perhaps...
by chulett
Wed Mar 18, 2015 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp to Oracle
Replies: 7
Views: 1801

Possibly... as a test, remove them from the source and see. Or do a simple insert test in a tool like Toad to confirm you have the proper format mask for the TO_DATE function and your data.
by chulett
Wed Mar 18, 2015 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data truncation issue with the Number field in oracle
Replies: 9
Views: 3047

I was assuming it was the error where Oracle will 'truncate' a unbound number [meaning NUMBER rather than NUMBER(20) let's say] during a fetch operation but that's another ORA error. The posted one is: ORA-01457: converting column overflows decimal datatype So also curious what the 'truncation' in t...
by chulett
Wed Mar 18, 2015 10:06 am
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 6131

FWIW, there's never been a mention of parameter sets yet, just "three new parameters and annotations".
by chulett
Wed Mar 18, 2015 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data truncation issue with the Number field in oracle
Replies: 9
Views: 3047

Hmmm... if your source is a number and your target is a number, why are you doing a TO_CHAR() in the source sql? :?
by chulett
Wed Mar 18, 2015 7:50 am
Forum: General
Topic: @RECORD Array to Column
Replies: 14
Views: 5486

It's not documented though Ray does note your options there.
by chulett
Wed Mar 18, 2015 7:46 am
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 6131

:!: OK you two, first off stop quoting everything every time you post. There's a perfectly lovely Reply to topic you should be using instead, which will also save me from having to clean up the mess all those unnecessary quotes leave. And for goodness sake, don't bury your reply in the middle of a h...
by chulett
Wed Mar 18, 2015 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Format of decimal value in sequential files
Replies: 6
Views: 2336

Well, crap... I thought I remembered that it supported a format mask but it doesn't, silly function. There are Server functions that will do that if you are willing to use a BASIC Transformer. Or still use the DecimalToString function with 'fix_zero' argument and you'll get values like this: 0000000...
by chulett
Wed Mar 18, 2015 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp to Oracle
Replies: 7
Views: 1801

Yes it does and yes it is. :wink: You should be able to read it as a string and use the StringToTimestamp() function to match the "default format" of a date/time in your database, talk to your DBA if you don't know exactly what that is. Or take the value as you have it now and use a TO_DAT...
by chulett
Wed Mar 18, 2015 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Node Configuration Clarification?
Replies: 2
Views: 1323

A dataset does not need to be read with the same number of 'nodes' that it was written with.