Search found 42189 matches

by chulett
Wed Jan 04, 2012 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance with OraBulk
Replies: 7
Views: 2906

He meant "factors" rather than literally "parameters". Sqlldr isn't a magic bullet that makes any load faster, you need to determine if it is applicable depending on the nature of the load being performed. And how to improve any bulk load would be a good conversation to have with...
by chulett
Wed Jan 04, 2012 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters Issue loading in DB
Replies: 16
Views: 3558

Can you guide me what are the steps to be take to get rid of this special character. The first step is always identification. If you don't see anything "special" in the source file using the methods already listed, show us what the character is in your Oracle table. You can use the Oracle...
by chulett
Wed Jan 04, 2012 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector stage rejects
Replies: 8
Views: 3650

I agree... and done.
by chulett
Wed Jan 04, 2012 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing the colour of the link in server job
Replies: 11
Views: 3314

Re: Changing the colour of the link in server job

pandeesh wrote:By default , green means success and red means aborted. But I don't agree with that. I feel it should be universal.
Out of curiousity, what would "universal" colors be for success and aborted for you? To me, that would be... green and red. :?
by chulett
Tue Jan 03, 2012 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters Issue loading in DB
Replies: 16
Views: 3558

Is the "B" column defined as a CHAR? If so, what is your $APT_STRING_PADCHAR environment variable set to?
by chulett
Tue Jan 03, 2012 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector - Read in Parallel
Replies: 10
Views: 8479

They're definitely Oracle partitioning algorithms.
by chulett
Tue Jan 03, 2012 9:08 pm
Forum: General
Topic: parameterizing the transformation functions
Replies: 16
Views: 4575

If I understand it correctly , you are trying to parameterize a function ...Suppose you have rule table which gets populated & depending on the value , you need to either A + B or A - B or A * B . Here the operand between A , B is parameter . Not really sure how you drew that conclusion from th...
by chulett
Tue Jan 03, 2012 9:05 pm
Forum: General
Topic: Difference bwteen dssh and uvsh
Replies: 5
Views: 2656

... hence the 'at the moment' part. :wink:
by chulett
Tue Jan 03, 2012 6:47 pm
Forum: General
Topic: Difference bwteen dssh and uvsh
Replies: 5
Views: 2656

Since what's under the covers is no longer Universe, uvsh was depricated and replaced by dssh. However, there is no difference between the two that I am aware of and both are still supported at the moment.
by chulett
Tue Jan 03, 2012 6:42 pm
Forum: General
Topic: parameterizing the transformation functions
Replies: 16
Views: 4575

Re: parameterizing the transformation functions

we are using trim(col). I need to parameterize the trim and get the function in run time. e.g something like TRIM_PAR(col). I'm withholding comment until I understand what the above is supposed to achieve. Right now I don't see the point, so much like Ray I'm looking for a better, more concrete exa...
by chulett
Tue Jan 03, 2012 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Urgent *In Sequential file ^@ junk characters are coming**
Replies: 9
Views: 4036

No, it's not. Re-read Ray's post, specifically point #3. Those are representations of a single character, not a "^" character followed by an "@".
by chulett
Tue Jan 03, 2012 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Urgent *In Sequential file ^@ junk characters are coming**
Replies: 9
Views: 4036

Off we go to where I think this belongs based on your posting history.
by chulett
Tue Jan 03, 2012 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF file output Multiplied
Replies: 4
Views: 1808

We know what it holds, Ray asked for the actual value in the field - 1, 25, eleventy-seven? This to validate how it was being 'multiplied'. And best to resolve the posted problem before moving on to other issues (which really should be in a separate post) rather than treating this as a long, run-on ...
by chulett
Tue Jan 03, 2012 7:31 am
Forum: General
Topic: Passing Query Output as parameter
Replies: 4
Views: 1294

Re: Passing Query Output as parameter

abhilashnair wrote:How can I pass output of a SQL query as parameter in a job
It would help if you clarified what exactly it is that you are asking. This SQL output and 'parameter' - are you speaking of the same job that is running the sql? Or another, downstream job?