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: Free Space - Newbie Question

Re: Free Space - Newbie Question

From: T. Schwickert <schwickert_at_yahoo.com>
Date: 14 Aug 2001 00:36:41 -0700
Message-ID: <5fcc15a8.0108132336.7cda186b@posting.google.com>

Hi,

select tablespace_name,sum(bytes)/1024/1024 FREE_MB from dba_free_space
group by tablespace_name;

gives you a list of free space in megabytes in all tablespaces.

Hth
 Thomas

"Hugo" <Hugo_at_nowhere.com> wrote in message news:<YH_d7.102$Vy6.7720_at_ozemail.com.au>...
> Hi,
>
> I was wondering how I determine how much free space a tablespace has left?
>
> Sean
Received on Tue Aug 14 2001 - 02:36:41 CDT

Original text of this message

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