Search found 5 matches

by gd
Tue Mar 27, 2007 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Signal SIGBUS in parallel job
Replies: 2
Views: 1823

Signal SIGBUS in parallel job

Hi

We are using Oracle as our backend.

One of our job is getting aborted with the following error.

Operator terminated abnormally: received Signal SIGBUS.

Can anybody tell me why following error occurs and how to resolve it?

Is this error related to database?

Thanks
by gd
Tue Mar 27, 2007 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic for combination
Replies: 3
Views: 1647

Logic for combination

Hi All, I have the following input: Col1 Col2 1 US 1 UK 1 HK I want to have output with all combinations as follows: Col1 Col2 Col3 1 US UK 1 US HK 1 UK HK Similarly, if I have 4 rows in input then I will have 6 rows in output. Please suggest any method. Regards, Gaurav
by gd
Mon Mar 26, 2007 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Oracle stage
Replies: 6
Views: 3794

Thanks once again.

I will try setting through dsjob -run -warn.

I will get back tou you on that.
by gd
Mon Mar 26, 2007 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Oracle stage
Replies: 6
Views: 3794

Hi

Thanks for the quick reply. I am getting log file of the job in the Unix box.Through which I am able to find out number of recirds read,Number of records rejected and number of recirds loaded. Can you please tell me from where I can set warning limit which you mentioned defaulted to 50 and is there ...
by gd
Mon Mar 26, 2007 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Oracle stage
Replies: 6
Views: 3794

Datastage Oracle stage

Hi.. First time I am posting in this forum. Actually I got struck up in one of my job in which I am using Oracle stage. I am putting data into oracle database through oracle stage after processing it.It's a direct load into table through oracle stage. Job is populating the table,but due to some data...