Search found 22 matches

by xicheng_my_love
Tue Apr 22, 2008 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGSEGV
Replies: 8
Views: 4631

User-defined Upsert,in the update statement we use 'where 1<2' as the where conditon to make the Upsert insert only.
by xicheng_my_love
Tue Apr 22, 2008 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator terminated abnormally: received signal SIGSEGV
Replies: 8
Views: 4631

Operator terminated abnormally: received signal SIGSEGV

Event#:198 Message:Operator terminated abnormally: received signal SIGSEGV A very simple Job.Data is exported using a oracle stage and transformed by a transformer,then inserted into a table using a oracle stage.There are 8 million rows all together.The error above occured at the time when about 3 m...
by xicheng_my_love
Thu Aug 02, 2007 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The job is extremely slow after join
Replies: 5
Views: 1712

I use substitution derivation in the Transformer,this is what I do:if isNull($1) then setNull() else trim($1).but it still can not work.thanks.
by xicheng_my_love
Thu Aug 02, 2007 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The job is extremely slow after join
Replies: 5
Views: 1712

The job is extremely slow after join

I have to Sequence File joined,then transformed,then upsert into Oracle. Reading from Sequence File is about 25000 rows/sec,but after joining the link shows that it is about 50 rows/sec,it is intolerable. Then I find that when upserting into Oracle many records are rejected.Maybe there is too much s...
by xicheng_my_love
Fri Jul 20, 2007 7:56 pm
Forum: General
Topic: How datastage works
Replies: 4
Views: 3641

I want to know more about datastage too.Like I know it is developed by C++,for you need C++ compiler installed.I also know that it uses SQLLDR to load data in Oracle.I want to know more things like this.Can anyone shed some light on this?
by xicheng_my_love
Wed Jun 20, 2007 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: the destination 'input_ava_credit' is already bounded
Replies: 0
Views: 805

the destination 'input_ava_credit' is already bounded

I encountered the problem: the destination 'input_ava_credit' is already bounded I solved the problem by change this: if NEW=1 then if NullToZero(LK_JOIN.CREDIT_AMT) <> NullToZer(LK_JOIN.CREDIT_AMT1) then 0 else if (NullToZero(LK_JOIN.OCCU_CREDIT) <> NullToZero(LK_JOIN.OCCU_CREDIT1) or NullToZero(LK...