Page 1 of 1

SIGSEGV error in parallel job

Posted: Thu Sep 04, 2008 9:22 am
by mac4rfree
Hi Guys,

We are facing a problem in production environment. The job is having only one stage. The stage is a stored procedure which calls the stored procedure.
The job was running fine all these days. Suddenly it is giving this error

"Operator terminated abnormally: received signal SIGSEGV"

Could anybody help me out with this?
i tried to reset the job and ran it and i am getting the same error.even after compilation am getting the same errro.

its very urgent as it is a production environment?

Thanks for ur help in advance.
mac

Re: SIGSEGV error in parallel job

Posted: Thu Sep 04, 2008 9:54 am
by Nagaraj
Is there any CLOB. BLOB or BFILE datatype?

Posted: Thu Sep 04, 2008 10:03 am
by mini
No there is no such datatype.

Re: SIGSEGV error in parallel job

Posted: Thu Sep 04, 2008 11:14 am
by samunik
Try force compling the job.

If that does not work then I would start looking at the connection which is made to the database server to execute the stored proc.

The info provided here is too limited to point to a better resolution.

Posted: Thu Sep 04, 2008 1:37 pm
by Nagaraj
I go this error once when i tried loading the data to a column which was not big enough to handle the incoming size, may you can get some idea with this.

Posted: Fri Sep 05, 2008 12:12 am
by mac4rfree
samunik,,

Compiling is taking place fine.. then why we need to do force compiling?
and wat more information do u need to solve this issue??Please inform me..i ll post them..
wat are the connections do we need to check?? cud you please explain more..


nagaraj,,

This job was running fine all these days.. if the data type of the input is large as ur saying then it wud have created a problem way back... anywy i ll check into it..

thanks for ur reply guys.. hope to solve this issue with ur help sooner

Posted: Fri Sep 05, 2008 12:15 am
by ray.wurlod
Please maintain a professional standard of written English at DSXchange. This helps those for whom English is not a first language.

Posted: Fri Sep 05, 2008 12:21 am
by mac4rfree
point taken ray.. sorry guys this is the first time i am using any forum..
I will see to it in the future..

Re: SIGSEGV error in parallel job

Posted: Wed Dec 09, 2009 4:03 pm
by srikanth18
IF U HAVE A 'DRS' STAGE IN A JOB,AND IF THERE IS A LOT OF LINKS CONNECTED TO THE 'DRS' THEN SPLIT LINKS INTO 2 DRS STAGES AND RUN THE JOB. GOOD LUCK

Posted: Thu Dec 10, 2009 10:58 am
by rupeshg
Was the Procedure or tables it referes/writes to are modified recently?

Its the segmentation error. Procedure may not have write access to some of the tables or table size is full or database file size is not defined as incremental or may be it tries to write in non-nullable column. (I am assuming Oracle Procedure)

Please check if any of these is causing the problem.

Posted: Thu Dec 10, 2009 4:26 pm
by ray.wurlod
I wonder whether it's still very urgent three months on?
:?