Search found 42189 matches

by chulett
Sat Mar 10, 2007 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle "Long" data type defined at Oracle s
Replies: 4
Views: 1636

Re: How to handle "Long" data type defined at Orac

please tell me way to find the solution. Call Support. Are you thinking you will be doing any 'transformations' of the LONG data? If all you are doing is moving this data from one instance to another, that certainly doesn't need to be a DataStage task. As others here have said, just because DataSta...
by chulett
Sat Mar 10, 2007 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change decimal default value [38,10] to higher value
Replies: 21
Views: 9313

What are your source and target datatypes? NUMBER? NUMBER(38)? Why not try manually changing the metadata to whatever you feel is appropriate based on those types and your data?
by chulett
Sat Mar 10, 2007 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle "Long" data type defined at Oracle s
Replies: 4
Views: 1636

I doubt it is supported. Check the pdf documentation for the stage. The OCI stage on the Server side - for example - lists in the 'functionality not supported' section: Support of Oracle data types such as BLOB, FILE, LOB, LONG, LONG RAW, MSLABEL, OBJECT, RAW, REF, ROWID or a named data type. So it ...
by chulett
Sat Mar 10, 2007 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading the Oracle Table
Replies: 5
Views: 1720

It's not required at all. The column names defined in the stage are, in effect, the 'aliases'.
by chulett
Sat Mar 10, 2007 7:14 am
Forum: General
Topic: Calculating top vaues
Replies: 33
Views: 8467

In Server get the record count and Sort the data descending on the value in question. Constrain your output to the 'top 10%' of the records.
by chulett
Sat Mar 10, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Job Design
Replies: 19
Views: 4129

I'm assuming he's specifically referring to the old ORABULK stage, which I don't really recall any specifics of. The newer ORAOCIBL stage in automatic mode loads data as fast as you can shove it into it. :wink:
by chulett
Sat Mar 10, 2007 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Datastage parameter from external (.par) file
Replies: 5
Views: 2777

Ack... version 6.x... never mind the last suggestion with the External Variables stage as that doesn't exist in your version. You'd need to either roll your own BASIC job control or perhaps do something with some custom routines for a non-scripted solution.
by chulett
Sat Mar 10, 2007 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Datastage parameter from external (.par) file
Replies: 5
Views: 2777

You're answering the question in the body of the post, Kumar, but missing the subject which seems to be taking this question to another level. What exactly do you need help with, vermarah? I'll wager you're currently passing parameters in your shell script (in spite of the fact I've no clue what 'D2...
by chulett
Sat Mar 10, 2007 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint to abort job
Replies: 19
Views: 4804

Yes, either is possible. Could depend on what you want to happen with the 'good' rows after you've found all the 'bad' ones. If you are working in a database and you want your good changes to commit, do the check after job. If you don't then consider after stage. In either case, make sure you put an...
by chulett
Fri Mar 09, 2007 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute command stage with password
Replies: 7
Views: 1412

splayer wrote:What is a "here script"? Also, I would think that password "encrypted" means it won't show anywhere including the log.

http://en.wikipedia.org/wiki/Heredoc

And "encrypted" doesn't mean "invisible". :wink:
by chulett
Fri Mar 09, 2007 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bind Variable issues
Replies: 11
Views: 3690

Umm... twelve?

:arrow: (no guessing required)
by chulett
Fri Mar 09, 2007 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call to input link returned numeric error code: 19
Replies: 7
Views: 5027

Definitely environment related. Found the job had IP Row Buffering enabled on the Performance tab, something we don't do as a Rule of Thumb. Turned that off and we've now moved on to a different error: Transformer..Link "1": build_record() - Unable to allocate memory XML Output..Li...
by chulett
Fri Mar 09, 2007 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 9
Views: 3281

If 'capture' means read and 'send' means write, sure - you can do both at the same time, meaning in one job. As noted, we'd need a better understanding of what you are trying to accomplish and what your job design looks like to be able to help. Also, I have no idea what this means: when i try to cap...
by chulett
Fri Mar 09, 2007 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint to abort job
Replies: 19
Views: 4804

De nada. :wink:
by chulett
Fri Mar 09, 2007 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Bind Variable issues
Replies: 11
Views: 3690

I'd kinda lumped all that into the 'where applicable' statement. :wink: