Search found 6 matches

by fredy
Wed Sep 10, 2008 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure to target stage Logic
Replies: 7
Views: 3245

Resist silly requirements. Either you're migrating the OWB code into DataStage or you're not. Which is it? You have version 8. Therefore you have the DataStage SCD stage, which can do both Type 1 ... Ray, Thanks a lot for your explanation. Even if i implement stored procedure logic in datastage, i ...
by fredy
Mon Sep 01, 2008 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is right outer join possible in lookup stage
Replies: 3
Views: 6444

Thank you very much for your reply.

If i give lookup failure property to continue then that will be a left outer join.

I have a number of reference tables (number of records few) and i want to join it with a source table. I need to right outer join with the reference tables.
by fredy
Mon Sep 01, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock detected while inserting into Oracle table
Replies: 6
Views: 5294

Yes. I have tried it. But still getting the same deadlock error :cry:
by fredy
Mon Sep 01, 2008 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is right outer join possible in lookup stage
Replies: 3
Views: 6444

Is right outer join possible in lookup stage

Hi,

Could you tell me how can we implement right outer join in lookup stage?

Thanks in advance..
by fredy
Mon Sep 01, 2008 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock detected while inserting into Oracle table
Replies: 6
Views: 5294

Thanks for your replies.

Target table is different from source table. No index on target table.

But one stored procedure (which will refer the target stage) is used before the target stage
by fredy
Mon Sep 01, 2008 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock detected while inserting into Oracle table
Replies: 6
Views: 5294

Deadlock detected while inserting into Oracle table

Hi, I have 9 million records in my source table. When i tried to load all the records then i got the following error: Array execute failed for insert: qlcode is: -60 esql complaint: ORA-00060: deadlock detected while waiting for resource When i filter for 50 records in the source then the job runs s...