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

Home -> Community -> Mailing Lists -> Oracle-L -> Locally Managed Tablespaces

Locally Managed Tablespaces

From: <rgaffuri_at_cox.net>
Date: Fri, 21 Mar 2003 10:59:50 -0500
Message-Id: <24738.322712@fatcity.com>


This is probably pretty basic, so please keep in mind that Im a developer and Im trying to pick up more of the DBA side.

I am assuming that the preferred way to create a tablespace in 8i, 9i is as follows(this is out of OTN docs)

CREATE TABLESPACE lmtbsb DATAFILE '/u02/oracle/data/lmtbsb01.dbf' SIZE 50M

    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 128K; When you use Uniform Extents you know longer have to worry about tablespace fragmentation correct? You also do not need to worry minimum,initial,and next extents correct?

What are some rules of thumb for setting PCTINCREASE(there is another PCT setting too right)? A DBA I used to work with said you should almost always use zero for PCTINCREASE. Could someone please tell me why? The default is like 40?

Is there a time when I should not use Uniform Extents?

Thanks... hope this isnt too basic. Received on Fri Mar 21 2003 - 09:59:50 CST

Original text of this message

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