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 check free space left in tablespace

Re: How to check free space left in tablespace

From: Kenneth C Stahl <BluesSax_at_Unforgettable.com>
Date: Fri, 06 Aug 1999 14:02:17 -0400
Message-ID: <37AB2329.7B9CA4E4@Unforgettable.com>


select sum(bytes)
from sys.dba_free_space
where tablespace_name = 'xxx'

Where xxx is the name of the tablespace you are interested in.

Ken

The Chuckster wrote:

> How can I see how much free space is left in a tablespace/datafile?
>
> Thanks,CC
Received on Fri Aug 06 1999 - 13:02:17 CDT

Original text of this message

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