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 tablespaces

RE: Locally managed tablespaces

From: paquette stephane <stephane_paquette_at_yahoo.com>
Date: Wed, 31 Jan 2001 05:59:15 -0800 (PST)
Message-Id: <10758.127889@fatcity.com>


When using locally managed tablespace, you should not have more extents than the number of extents that the segment header can hold in 1 block.

For a 8K block you should not have more than 505 extents.

The main drawback I see with lmt using uniform extent is if you want to change the extent size. You must drop/recreate the tablespace or migrate it to dictionnary managed ,make the change than migrate it back to locally managed.

Also, If all your tbs are locally managed you must have an online rollback segment in the system tablespace before putting all the other rbs offline (like in Oracle 7.1) .


Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com
Received on Wed Jan 31 2001 - 07:59:15 CST

Original text of this message

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