Fatal error while using Oracle connector for deletes.

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
Pravenai
Participant
Posts: 49
Joined: Mon Apr 06, 2009 1:32 am
Location: USA

Fatal error while using Oracle connector for deletes.

Post by Pravenai »

Hi,

I am getting the following error while using Oracle connector stage:
Error code: 24,381, Error message: ORA-24381: error(s) in array DML.

I get this error only when there is a rejection or a warning. I am deleting the data from the target table.
I am using the default parameter values for Array size. (I tried changing the values still getting the error).

Thanks for your help.

Regards,
PR
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try using Array Size 1 for DELETE.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Pravenai
Participant
Posts: 49
Joined: Mon Apr 06, 2009 1:32 am
Location: USA

Post by Pravenai »

Checked with array size set to 1 but still getting the same fatal error.

Regards,
PR
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Was the commit size also set to 1?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Pravenai
Participant
Posts: 49
Joined: Mon Apr 06, 2009 1:32 am
Location: USA

Post by Pravenai »

Yes.

Isolation level option under transaction is set to Read committed.
Record count option under transaction is set to 1.
Array size option under session is also set to 1.

Still getting the same fatal error.

Regards,
PR
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Are you current on your fixpacks? Have you opened a case with your official support provider yet?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Pravenai
Participant
Posts: 49
Joined: Mon Apr 06, 2009 1:32 am
Location: USA

Post by Pravenai »

I havent. But is this error related to fixpacks or am I missing any options?

Regards,
PR
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I don't think you're missing any options. Array and commit size need to be 1 for DELETE. You have these.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Pravenai
Participant
Posts: 49
Joined: Mon Apr 06, 2009 1:32 am
Location: USA

Post by Pravenai »

Thanks.

I will open a case with the support provider to install the fixpacks.

Regards,
PR
Post Reply