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: Locally managed tablespace

Re: Locally managed tablespace

From: Don Granaman <granaman_at_home.com>
Date: Fri, 14 Sep 2001 12:45:01 -0700
Message-ID: <F001.0038F4ED.20010914124944@fatcity.com>

!! Please do not post Off Topic to this List !!

Since you can't usually predict which rollback segment a particular transaction is going to use anyway, generally accepted best practice is to create a dedicated tablespace (or usually one per instance for OPS) for rollback segments, "enough" rollback segments, and all rollback segments of the same size, the same optimal, and the same extent sizes (obviously - there is no "initial" or "next" in the syntax for creating a rollback segment itself). You might also need a "monster" to use with "set transaction use rollback..." for monster batch-like jobs and it could be an exception to the rule.

In the message(s) that I posted, the implication was that the "small set of extent sizes for the entire database" would be for everything except SYSTEM, RBS, and TEMP. The meaning is that if your choice of extent sizes was, for example, 128K, 4M, and 128M, it would not restrict extent sizes for rollback or temp to one of those values. Use extent sizes for rollback and temp that are appropriate to each. Extent size for the TEMP tablespace should a function of SORT_AREA_SIZE. (I'll let someone else take the baton on that one if necessary.)

-Don Granaman
[OraSaurus - Honk if you remember UFI!]

Create rollback segments as you would for ----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Friday, September 14, 2001 1:10 PM

> !! Please do not post Off Topic to this List !!
>
> How are you to create the rollback segments? Is this the same or different
from the other LMT tablespaces. I see where the Temporary Tablespaces are different.
>
> Any other good LMT articles besides the one below? I want to change our
database into LMT and can you believe this was a brand new 8.1.6 database created in April and they used LONG datatypes and other old architecture.
>
> Kathy

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Don Granaman
  INET: granaman_at_home.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).
Received on Fri Sep 14 2001 - 14:45:01 CDT

Original text of this message

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