Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Tablespace free space evaluation
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
![]() |
![]() |