job failed to extend rollback segment

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
vinsashi
Participant
Posts: 150
Joined: Mon Aug 20, 2007 4:52 am
Location: singapore

job failed to extend rollback segment

Post by vinsashi »

Hi,
My job is using Target as Oracle enterprise stage.
Job is failing due to below issue.

Issue: ORA_DEPT_GRP_STORE_LNK,2: Unable to insert a record into the table due to ORA-01562: failed to extend rollback segment number 23

table size was increased.

Still job is failing due to same issue.


Thanks
vin.......
HariK
Participant
Posts: 68
Joined: Thu May 17, 2007 1:50 am

Re: job failed to extend rollback segment

Post by HariK »

vinsashi wrote:table size was increased.
Think you need to increase the TEMP tablespace size
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That's a "problem" your DBA needs to solve by adding more rollback space. That or perhaps you need to commit more often in your job.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vivekgadwal
Premium Member
Premium Member
Posts: 457
Joined: Tue Sep 25, 2007 4:05 pm

Post by vivekgadwal »

As Craig is suggesting, look into commiting more frequently. For now, check the log file space and see if it getting full.
Vivek Gadwal

Experience is what you get when you didn't get what you wanted
Post Reply