Operator terminated abnormally: received signal SIGSEGV

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
xicheng_my_love
Participant
Posts: 23
Joined: Tue Jun 19, 2007 11:51 pm

Operator terminated abnormally: received signal SIGSEGV

Post by xicheng_my_love »

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 million rows are processed.
a newbie to an expert
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

what is the load method??
Are there any other warnings??
xicheng_my_love
Participant
Posts: 23
Joined: Tue Jun 19, 2007 11:51 pm

Post by xicheng_my_love »

User-defined Upsert,in the update statement we use 'where 1<2' as the where conditon to make the Upsert insert only.
a newbie to an expert
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

'where 1<2' will always be true. that means for every records it will execute the update.
post your update query
xicheng_my_love
Participant
Posts: 23
Joined: Tue Jun 19, 2007 11:51 pm

Post by xicheng_my_love »

sorry for the misunderstanding.I typed wrong words.It is 'where 1>2' in the update statement to exclude the update.
a newbie to an expert
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

you are not giving enough input to comment on.
can you post the job log the query used etc.
xicheng_my_love
Participant
Posts: 23
Joined: Tue Jun 19, 2007 11:51 pm

Post by xicheng_my_love »

no other infomation can be provided.
a newbie to an expert
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

then probably no solution can be provided
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please provide the full detail of event #198. This will include mention of the stage/operator that generated the message.

You could be looking for the problem in the wrong place.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply