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

Home -> Community -> Mailing Lists -> Oracle-L -> Autoallocate (was Re: LMT monitoring)

Autoallocate (was Re: LMT monitoring)

From: Alex Feinstein <alexf1_at_san.rr.com>
Date: Sun, 16 Mar 2003 20:58:46 -0800
Message-ID: <F001.0056B5FC.20030316205846@fatcity.com>


How about UNDO tablespace in 9.2?
It gets created with "autoallocate", and there is no way to change it or specify any parameters for undo segments. Each segment extended as needed, and when shrinked deallocated some extents not necessary the last, than allocate new extent.

Alex.

You do get odd results. The last time I tested on a clean tablespace, an initial of 65MB gave me a consistent result which I recall as:

    Extent 0             at 8MB
    Extents 1 - 56     at 1MB each
    Extent 57            at 8MB



   case

     when initial_extent < 1m then
       case when extents < 16 then next = 64k,
            when extents < 80 then next = 1m,
            when extents < 200 then next = 8m,
            else next = 64m
     when initial_extent >= 1m then
       case when extents < 64 then next = 1m,
            when extents < 184 then next = 8m,
            else next = 64m )


--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Alex Feinstein
  INET: alexf1_at_san.rr.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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). Received on Sun Mar 16 2003 - 22:58:46 CST

Original text of this message

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