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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Why can I change rollback segs minextents? (Was: Rollback Segments Errors)

Re: Why can I change rollback segs minextents? (Was: Rollback Segments Errors)

From: Jack C. Applewhite <Jack.Applewhite_at_sbti.com>
Date: Tue, 14 Nov 2000 14:42:47 -0600
Message-Id: <10680.122041@fatcity.com>


Additionally, if you try to change MinExtents to a number larger than the RB Seg's current number of extents, you'll get:

ORA-01570: MINEXTENTS must be no larger than the <x> extents currently allocated

I just tried it on 8.1.6.0.0 Enterprise Edition under NT.

Jack

yong huang wrote:

> Hi, James,
>
> No. I was responding to people that say they can't change the min_extents of
> rollback segments. Oracle manual also says we cannot change it
> (http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a85397/statem16.htm#2052313).
> But why can I change it? Is this something Oracle changed from an older version
> but forgot to change the documentation? People are not testing and still
> believe how it used to behave?
>
> Yong Huang
> yong321_at_yahoo.com
>
> James wrote:
>
> Rollback segments require a minimum of 2 extents. Is that the question that
> you are asking?
>
> James
>
> -----Original Message-----
> Sent: Friday, November 10, 2000 12:51 PM
> To: Multiple recipients of list ORACLE-L
>
> Hi,
>
> The documentation says we can't change minextents. But I don't have any
> problem changing it to anything other than 1:
>
> SQL> select segment_name, min_extents from dba_rollback_segs;
>
> SEGMENT_NAME MIN_EXTENTS
> ------------------------------ -----------
> SYSTEM 2
> R01 2
> R02 2
> R03 2
> R04 10
>
> SQL> alter rollback segment r04 storage (minextents 2);
>
> Rollback segment altered.
>
> SQL> alter rollback segment r04 storage (minextents 20);
>
> Rollback segment altered.
>
> SQL> alter rollback segment r02 storage (minextents 13);
>
> Rollback segment altered.
>
> SQL> select segment_name, min_extents from dba_rollback_segs;
>
> SEGMENT_NAME MIN_EXTENTS
> ------------------------------ -----------
> SYSTEM 2
> R01 2
> R02 13
> R03 2
> R04 20
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Calendar - Get organized for the holidays!
> http://calendar.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: yong huang
> INET: yong321_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

--
Jack C. Applewhite
Senior Consultant, OCP Oracle8 DBA
Stonebridge Technologies, Inc.
...The Fast Track to e-Business.
Received on Tue Nov 14 2000 - 14:42:47 CST

Original text of this message

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