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: Advantage of Tablespace

Re: Advantage of Tablespace

From: John Flack <JOHNF_at_SYNMHS.USA.COM>
Date: Tue, 13 Feb 1996 10:23:06 -0500
Message-Id: <9602131544.AA15755@alice.jcc.com>


Tablespaces are where the logical database - tables, indexes, etc. meets the physical database - where on the disks the data is actually residing. The administrative advantages include control of storage allocation, backup administration, and performance. I'm sure somebody can add to this, but lets look at some of these:

Storage allocation - you can limit where given users can store data, control how much storage they can take, set different defaults for initial and next extents.

Backup administration - you can create a logical structure of database files, use particular names and subdirectories for them so that it is easy to be very specific as to what gets backed up when.

Performance - you can distribute the workload among separate storage devices and controllers. For instance, tables and their indexes work best together if they are on separate devices. Received on Tue Feb 13 1996 - 10:44:10 CST

Original text of this message

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