Unable to load CLOB with 2 GB data. Getting SIGSEGV Error

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
nasimul
Participant
Posts: 37
Joined: Wed Jan 25, 2006 1:38 am

Unable to load CLOB with 2 GB data. Getting SIGSEGV Error

Post by nasimul »

Hi -

We have a requirement to load CLOB data into Oracle table. I have seen the posts regarding CLOB in this forum but unable to proceed.
If CLOB is having data less than 1.5 MB (approx) then job is working fine with LongVarchar. But whenever the data is coming more than that the job is getting aborted stating following error:
"Operator terminated abnormally: received signal SIGSEGV".

Tha data can reach upto 2 GB.

Can anyone please help on this?

Cheers!
Nasimul
Nagaraj
Premium Member
Premium Member
Posts: 383
Joined: Thu Nov 08, 2007 12:32 am
Location: Bangalore

Post by Nagaraj »

Try to use DRS stage (it worked for me) and also i think we need put this column in the end(IBM advice),or try to append the data (for clob column) one after another in a seperate load.
Post Reply