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 find out how how big a database is?

Re: How to find out how how big a database is?

From: Robert Prendin <rprendin_at_magi.com>
Date: 1998/01/20
Message-ID: <34c3f63b.20567985@news.istar.ca>#1/1

select (sum(bytes) /1000000) ||' Megabytes' "Total space" from dba_data_files;

"Metrix" <sherryl_at_metrix-inc.com> wrote:

>In Oracle 7.2 how do I find out how big a database is, i.e. how much disk
>space it's used?
>
>Sherry Li
>
Received on Tue Jan 20 1998 - 00:00:00 CST

Original text of this message

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