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

Home -> Community -> Usenet -> c.d.o.server -> Re: Help on newbie admin

Re: Help on newbie admin

From: Matthias Gresz <GreMa_at_t-online.de>
Date: Thu, 17 Dec 1998 08:06:21 +0100
Message-ID: <3678AD6D.B0D9AF87@Privat.Post.DE>


rspeaker_at_my-dejanews.com schrieb:
>
> The answers to both of your questions are almost entirely dependent on your
> application. Some general info that may help:
>
> Obviously, SYSTEM, TEMP, RBS, TOOLS, USERS, INDEX should all be in separate
> tablespaces. Typically, larger tables / projects should each go in separate
> tablespaces - this makes for easier managing and moving to redistribute I/O.
> You can usually group several smaller, similar tables together in the same
> tablespace, provided they aren't update intensive, and don't all get accessed
> at the same time.
>
> As far as sizing goes, again, this is dependent on your application, and
> really your preferences. You can size the tablespace to hold as much initial
> data as you want, 30 days, 6 months, 1 year, etc. All depends on how often
> you want to monitor the tablespaces and how often you want to add datafiles,
> or allow your existing datafiles to autoextend. To size the tablespace, you
> need to know how big each record in each table in that tablespace is, how
> many records will be added during a defined time period (such as a month),
> and then decide how long you will retain the data. For each table you would
> than have (x transactions of y size per day, times 31 days = monthly data
> size). Be sure to allow yourself some fluff for internal overhead such as
> rowid, etc.
>
> HTH
>
> In article <758ngn$eo8$1_at_ionews.ionet.net>,
> Ryan Richards <rrichard_at_gibson.ns.ionet.net> wrote:
> > I have just a few questions that I was hoping to get answers for from some of
> you experienced Oracle people.
> >
> > #1 Do you normally use a seperate tablespace for each project or clump them
> all in one tablespace? (or does that change depending on the circumstances)
> >
> > #2 How do you know how big to make the tablespace? Do you aim low and add
> space as you need it? Whats agood starting point?
> >

Formulas are in:

'Tuning Oracle'
'DBA Handbook'

both published by Oracle Press.

HTH
Matthias
--
Matthias.Gresz_at_Privat.Post.DE

Always log on the bright side of life.
http://www.stone-dead.asn.au/movies/life-of-brian/brian-31.htm Received on Thu Dec 17 1998 - 01:06:21 CST

Original text of this message

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