Search found 5 matches

by louise
Mon Oct 27, 2003 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Speed up the job
Replies: 9
Views: 3913

Hi,

I have a similar job which has OCI input with more than 8 lookups which I have turned into hashed files lookups but the performance is still bad. Less than 10 rows per sec !

What else can I do to improve the performance ?
by louise
Fri Oct 17, 2003 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Pivot Stage and receive Ora 1002 error
Replies: 10
Views: 5626

Hi,

Pardon my ignorance but just another question :

Is there a way to stop writing to a output record from the pivot stage if one of the 3 fields is NULL instead of filtering them out later in the process ?

i.e input A, B1,B2,B3,C , if B3 is empty, I want only 2 records :

A,B1,C
A,B2,C
by louise
Fri Oct 17, 2003 9:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Pivot Stage and receive Ora 1002 error
Replies: 10
Views: 5626

I turn all oracle tables to sequential files and the pivot stage works fine...

Thanks for the help.
by louise
Fri Oct 17, 2003 8:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Pivot Stage and receive Ora 1002 error
Replies: 10
Views: 5626

I was able to simulate the problem with 2 different jobs. I have 2 jobs that use pivot stage and both gave me the same error. One job has input oracle stage -> pivot stage -> transformer stage. Another job has input oracle stage -> pivot stage -> output oracle table. In both cases, the job aborted a...
by louise
Fri Oct 17, 2003 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use Pivot Stage and receive Ora 1002 error
Replies: 10
Views: 5626

Use Pivot Stage and receive Ora 1002 error

Hi all, I've been trying to use Pivot stage to take an input Oracle table record, go through a transformer stage and output to another oracle table with multiple records. THe input table has 19000 records to be output to 19000 x 3 records in output. However after processing till the end, I get an ab...