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: How to plan a Big DB Tablespace Containers

Re: How to plan a Big DB Tablespace Containers

From: Andrew Williamson <andrewweb_at_my-deja.com>
Date: 2000/05/05
Message-ID: <957538840.3948.0.nnrp-12.c30bdde2@news.demon.co.uk>#1/1

FWIW, Your empty tablespaces should compress well with your backup devices compression features (if you have such a device, should be DLT at that amount). Also, be aware of the largefiles 2gb 'limit' (which may come into effect depending on oracle/solaris combination).

Incidentally, you may be as well creating all your datafiles and then running a backup to begin with. That way, you'll have a smallest figure for your backup window which I'm sure your managers will want to know.

If you have multiple files on same volumes, then you will get better performance by creating them large at the outset as you will just fragment them if you keep extending them.

AW

Karanbir <ksd_at_stones.com> wrote in message news:3910FC1E.DD329357_at_stones.com...
> Hi,
>
> Well i have used Oracle only for small Databases on AIX.
>
> But now i need to Create a Database which will be around 300 to 400 GB
> on SUN.
>
> The DB has around 400 Tablespaces. Each Table has 2 Tablespaces one for
> the Data & another for the Indexes. The Tables are normal ones having
> Numbers, Varchars,etc, ie no Big Objects.
>
> I will be loading the Database from NULL to this size through my Front
> End Applications.
>
> My loading will be in Steps, so after each Step I want to take a Cold
> Backup of the Database and all Tablespaces.
>
> I dont want to create in the begining the Tablespace Container of Say
> 1GB, but i want to start from some size and as an when data is added i
> will be altering the Tablespace Datafile, or add new one. This is
> becuase when initially there is no data in Datafile and if i have
> containers that huge the Backup will take lot of time & space also.
>
> I think there is a Max Number of Datafiles stuff in Oracle, how is that
> concerned and how much can this be, where is it specified ??
>
> Can you please suggest how should i go about it.
>
>
> Thanks
>
> Karanbir.
>
Received on Fri May 05 2000 - 00:00:00 CDT

Original text of this message

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