Re: Newbie - How can I check diskspace usage?

From: T. M. Gray <tgray_at_siri.com>
Date: 1996/12/07
Message-ID: <32A9B419.1245_at_siri.com>#1/1


Earvin C. Lim wrote:
>
> We have created a database in a UNIX file system and have allocated
> about 400MB to it. How can we check the actual diskspace that is in use?
>
> Thanks!
>
> --
> Earvin Lim
> -- Programmer/Analyst
> -- Academic Computing Services
> -- University of Texas at Arlington
> email: earvin_at_omega.uta.edu
> Phone: (817)272-3678

Another way is to

select tablespace_name, file_name, sum(bytes) (you can also divide by

from sys.dba_data_files                         1048576 to get Meg)
group by tablespace_name, file_name;

T. M. Gray
Principal
Sirius, Inc.
Denver, CO Received on Sat Dec 07 1996 - 00:00:00 CET

Original text of this message