Problem in loading the file using Oracle stage

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
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Problem in loading the file using Oracle stage

Post by bkumar103 »

Hi,
I have a table with following structure:
col1 varchar(20),
col2 date,
col3 varchar(15)

where col1 is the primary key

i have the records in a flat file, fields delimited by the pipe which needs to be loaded into the table.

I am using the upsert statement. where i have to update the records based on the primary key.

But when i run the DS job, the job aborts saying SIGSEV error. Its does not give any other clue.

Could anybody faced such issue and what could be the reason?

Thanks for your help.
Birendra
bkumar103
Participant
Posts: 214
Joined: Wed Jul 25, 2007 2:29 am
Location: Chennai

Post by bkumar103 »

The problem does not occur if i set the insert array size to 1.
Any thought why it happens like this.
Birendra
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

You should check for memory and swap size param.
Post Reply