Home » RDBMS Server » Server Administration » ora-01555
ora-01555 [message #121457] Sun, 29 May 2005 23:57 Go to next message
sunil_v_mishra
Messages: 506
Registered: March 2005
Senior Member
hi
my question is.....that

Is there is any way to solve this error ora-01555 without increasing size of rollback segment ...(i.e undo segment)? If yes than how we can do it ?

Note:- This question was asked to me in an interview and the interviewer told me yea there is a way ...... now can any one tell me how to solve this error ora-01555 without increasing size of rollback segment

From :- sunilkumar vishwanath mishra
Re: ora-01555 [message #121463 is a reply to message #121457] Mon, 30 May 2005 00:42 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
If u don't want to increase the size then the following are the ways:

If in Automatic Undo Management mode, increase the setting of UNDO_RETENTION.

allocate rollback segments to transactions and configure them with the proper parameter values.

For further tips:
http://www.ixora.com.au/tips/admin/ora-1555.htm
Re: ora-01555 [message #121688 is a reply to message #121457] Tue, 31 May 2005 09:05 Go to previous messageGo to next message
smartin
Messages: 1803
Registered: March 2005
Location: Jacksonville, Florida
Senior Member
undo_retention is the key paramter...you could always change the queries you run, as in run shorter queries that would not be as dependent on undo space for as long. And/or you could modify the dml you do to slow down the generation of new undo.
Re: ora-01555 [message #121942 is a reply to message #121688] Wed, 01 June 2005 17:30 Go to previous message
William Robertson
Messages: 1643
Registered: August 2003
Location: London, UK
Senior Member
Also creating more rollback segments gets you increased rollback resource without increasing the size of the one specified in the error message, though I suspect that is not what the interviewer was looking for, and in any case you should be using Automatic Undo Management.

I hope they were actually trying to see how well you understood Oracle's read consistency system. If so, that's a top interview question.
Previous Topic: password expired
Next Topic: Urgent - Probs with Rollack-Segment
Goto Forum:
  


Current Time: Sat Jan 25 05:50:49 CST 2025