Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Rollback Segment Trouble

Re: Rollback Segment Trouble

From: Mark Gumbs <mgumbs_at_hotmail.com>
Date: Mon, 8 Mar 1999 14:47:20 -0000
Message-ID: <36e3e1b2.0@145.227.194.253>


I'm not a DBA or the greatest knowledge on rollback segments. However, experiences at my last job proved that everytime rollback segmentts were eaten up in this fashion, it was due to badly written or untuned code. If the code was updating lots of rows in a loop and not committing often, the error came up as well.

Mark.

Arthur Merar wrote in message <36e0d0b6.6002768_at_news.chaven.com>...
>
>Hello,
>
>I have a couple of questions revolving around rollback segments. Any
>help would be appreciated.
>
>First, on Thursday I received a call that users were getting messages
>of follback segments not being able to get any more extents. So, I
>first extended all the rollback segments by 15 extents. That did not
>help, so I extended the tablespace by 15, and that did not help
>either. So, finally I shrunk all the rollback segments to optimal and
>that worked.
>
>I used Desktop DBA to do some reverse engineering on the rollback
>segment to see how it was built. Interesting.....although the Optimal
>parameter was specified, there was no value. And, the Optimal column
>in v$rollstat is NULL. Why is this?
>
>What is a good size for the optimal on a rollback segment? These are
>short queries running against this database. Here is the code that
>made all the rollback segments in my database:
>
>CREATE ROLLBACK SEGMENT RB01
> TABLESPACE RBS
> STORAGE (INITIAL 262144
> NEXT 262144
> MINEXTENTS 10
> MAXEXTENTS 500
> OPTIMAL )
>
>What should optimal be?
>
>Also, what should my normal response be when a rollback segment runs
>out of room like that?
>
>Thanks for your help.
>
>Arthur
>amerar_at_unsu.com
>
>
Received on Mon Mar 08 1999 - 08:47:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US