Search found 56 matches

by sriec12
Fri May 10, 2013 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 9
Views: 3185

we are using 8.5 ....................is Balance Optimizer any thing called new stage ?
by sriec12
Fri May 10, 2013 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 9
Views: 3185

well two oracle connector using join stage to 80 million records. In each oracle stage its just a simple select statement. First Oracle connector stage 188 M will be populated in 12 to 13 mins and other oracle connector stage it populates 90 M records in 10 to 12 mins to reach join stage. One strang...
by sriec12
Fri May 10, 2013 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue
Replies: 9
Views: 3185

Performance Issue

I am facing strange Issue. First my job is aborting due to ORA-02396: exceeded maximum idle time, please connect again. Well Coming to my job design. Step 1: Doing Inner join on 2 tables and I will get 140 million records and I get distinct records ...... finally I get 80 million records. Step 2: Th...
by sriec12
Fri May 10, 2013 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variant in Oracle connector
Replies: 8
Views: 3382

Thanks each and every one.

I am opening new thread regarding performance issue of a job. see u shortly :) :idea:
by sriec12
Fri May 10, 2013 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variant in Oracle connector
Replies: 8
Views: 3382

@kduke Thanks your your reply.

So far in our project we are using Variant as 10 and our oracle is 11g.

We never faced issues with this?
by sriec12
Thu May 09, 2013 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variant in Oracle connector
Replies: 8
Views: 3382

Thanks priyadarshikunal. I got your point, Whenever I interact with you. I will get chance to explore further. Now I got one more question. I will use 11 as variant for now. In future the oracle client changed to some other version then you suggesting "somesoft links", I am not clear with ...
by sriec12
Thu May 09, 2013 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variant in Oracle connector
Replies: 8
Views: 3382

My oracle client is 11, So at every stage Oracle connector should I use 11 instead of 10.


What do you mean by "I would not recommend"....... Do you want me to use only 10 ?
by sriec12
Thu May 09, 2013 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Variant in Oracle connector
Replies: 8
Views: 3382

Variant in Oracle connector

Hello Everyone,

Can anyone tell me what is the meaning of "Variant" in Oracle connector.

It has values 10 and 11................what does it mean ?
by sriec12
Fri May 03, 2013 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage Question
Replies: 4
Views: 1720

Sort Stage Question

I have a small question on SORT stage. I am trying to get only unique records but in my stage property I used Execution mode as Parallel.

Here my question is ?

Does it really removes duplicates after sorting or should i change to sequential ?
by sriec12
Thu May 02, 2013 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic for Soring for huge Volume of records
Replies: 2
Views: 1117

Need logic for Soring for huge Volume of records

Table A : 110 M Table B : 180 M I am doing INNER JOIN to get common records, it produces 85 million records. Problem: In 85 millions records, I am doing HASH partition(2 keys) and unique at Transformer. Next it loads to oracle database , when it loading it getting aborted after some time due to Erro...
by sriec12
Tue Apr 30, 2013 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2_Connector scenario
Replies: 1
Views: 1055

DB2_Connector scenario

I need a guidance on DB2. I need to get several tables information from Mainframs DB2 (via DB2Connect .....I am not sure what it is). Our Database is ORACLE. The DB2 tables are in different server. I need to recommend approach for our team how to get information to your database. For this scenario: ...
by sriec12
Fri Apr 26, 2013 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic to implement
Replies: 12
Views: 6037

@priyadarshikunal: You Rocks !!!

You saved my time. Actually i have codes like 2 bytes : AB, CA, DE

after seeing your logic I got this idea and it works perfectly.

if Index('AB,BD,DE......EF ', trim(CODE),1) then 'N' else 'Y'
by sriec12
Fri Apr 26, 2013 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic to implement
Replies: 12
Views: 6037

Thanks Chulett.

Its perfectly working, I used Index.

Once agian thanks everyone.
by sriec12
Fri Apr 26, 2013 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic to implement
Replies: 12
Views: 6037

Thanks everyone for replying. Well In my case I don't think Index works in my case. Index will look for one substring Index (string, substring, instance)....I am trying to match upto 10 items.......If those 10 items matches I need to assign 'Y'. I am trying to find the function with matches a group ...
by sriec12
Fri Apr 26, 2013 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic to implement
Replies: 12
Views: 6037

what do u mean by index?