SQL*Loader -605:Non-data dependent ORACLE error occurred

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
sudhakar_viswa
Participant
Posts: 85
Joined: Fri Nov 18, 2005 5:35 am

SQL*Loader -605:Non-data dependent ORACLE error occurred

Post by sudhakar_viswa »

Hi,

I got the following error.

SQL*Loader -605:Non-data dependent ORACLE error occurred.

I found the solution , there is no space in table to load the records.

The problem is, we are processing 100,000 records.After 1000 records job got aborted.So,the records should get rollback.But it is not happening.It loaded 1000 records into target.I don't want to load any single record if job gets aborted.

My target is oracle 9i.
i am using data stage parallel edition.

can anybody help me out.

thanks & regards,
--sudhakar
i need to know datastage
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

It sounds as if you have a commit frequency of 1000 or a smaller number that divides evenly into 1000. Oh, wait - you are using the bulk loader? This is particularly fast because it doesn't care about rollback or constraints, so you can't back out.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Get the tablespace increased and/or made dynamic. There's nothing you can do in DataStage to overcome "tablespace full" in Oracle.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sudhakar_viswa
Participant
Posts: 85
Joined: Fri Nov 18, 2005 5:35 am

Post by sudhakar_viswa »

Hi,

Thanks for reply.

I am not using bulk loader.
I don't want to load the records if job gets aborted due to any reason.

Thanks & Regards,
--sudhakar
i need to know datastage
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

If you are not using the bulk loader, then check what your commit frequency is.
Post Reply