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 -> Usual meaning of "size" of a database

Usual meaning of "size" of a database

From: Rick Denoire <100.17706_at_germanynet.de>
Date: Thu, 05 Feb 2004 23:26:14 +0100
Message-ID: <2eg520h49jks8re0uc4dt7f9b4t51q22t0@4ax.com>


When you say that your DB is 100 GB in size, do you mean the sum of the sizes of all files (including perhaps the ones in the TEMP tablespace)?

The way I calculate the size of a DB is to do a sum(bytes) over all segments of all tablespaces.

But of course, one could do a fresh gathering of statistics and multiply the average size of rows times the number of rows and add for all indexes and tables. But this will ignore size of other kind of objects.

So what is the usual method to report the size of a database, according to your experience?

Thanks
Rick Denoire Received on Thu Feb 05 2004 - 16:26:14 CST

Original text of this message

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