Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Tablespace free space evaluation

Re: Tablespace free space evaluation

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 17 Apr 2001 18:11:43 +0200
Message-ID: <qoqodtoj20nrhjrfnmq8t0mvol231du4fb@4ax.com>

On Tue, 17 Apr 2001 10:09:54 +0200, "Jean Buchet" <jbuchet_at_auchan.com> wrote:

>Hi!
>
>How can I evaluate a tablespace free space, using only SQL/PLSQL?
>
>Thanks
>
>Jean
>
>
>

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

Hth,

Sybrand Bakker, Oracle DBA Received on Tue Apr 17 2001 - 11:11:43 CDT

Original text of this message

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