data load capacity for a manual bulk loader

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
daramanoj
Participant
Posts: 20
Joined: Wed Jul 29, 2009 4:01 am

data load capacity for a manual bulk loader

Post by daramanoj »

HI,

I am trying to load 11 millions of data into a table for which i am using a manual bulk loader . After inserting 9 million records my job is getting aborted with the error saying
''Abnormal termination of the job''

So can any one help me out in this asap

Thanks in Advance.
Thanks ,

Manoj
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Unfortunately we don't do ASAP. I will let Ray or Craig explain that in detail.

"Abnormal Termination" errors are usually accompanied by other errors.

Try resetting the job and check the "from previous run" message.
daramanoj
Participant
Posts: 20
Joined: Wed Jul 29, 2009 4:01 am

Post by daramanoj »

apologies for ASAP

I got the error message like this

From previous run:
Datastage Job 113 Phantom 16094
Datastage phantom Finished
Thanks ,

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

Post by chulett »

Explain what you mean by 'manual bulk loader'. Typically that means you're not doing any actual inserting but rather only creating the .ctl and .dat files so sqlldr can be 'manually' invoked afterwards. That as opposed to 'Automatic' mode. And assuming we're talking about Oracle here, which you haven't said. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
daramanoj
Participant
Posts: 20
Joined: Wed Jul 29, 2009 4:01 am

Post by daramanoj »

It means exactly what you have said ...i am using oracle
Thanks ,

Manoj
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Can you paste the exact error message.

Did you check the log and bad files ?

What happens if you remove the loader and write it to a sequential file ?
daramanoj
Participant
Posts: 20
Joined: Wed Jul 29, 2009 4:01 am

Post by daramanoj »

sl_src_Delta_Consumed_Event_Fd_Job..t_DeltaConsumedEvent:
ORA-01410: invalid ROWID
ORA-02063: preceding line from SL_SRC
Attempting to Cleanup after ABORT was raised in stage sl_src_Delta_Consumed_Event_Fd_Job..t_DeltaConsumedEvent
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

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

Post by chulett »

Again, manual mode in the Bulk Loader stage doesn't insert anything. So is this happening when you manually invoke sqlldr afterwards? Please be specific regarding exactly what it is you are doing.
-craig

"You can never have too many knives" -- Logan Nine Fingers
daramanoj
Participant
Posts: 20
Joined: Wed Jul 29, 2009 4:01 am

Post by daramanoj »

From previous run
DataStage Job 158 Phantom 4303
Abnormal termination of DataStage.
Fault type is 11. Layer type is BASIC run machine.
Fault occurred in BASIC program JOB.1288847898.DT.1551460110.TRANS1 at address de.
Thanks ,

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

Post by chulett »

[sigh]
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply