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 in table

Re: free space in table

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/05/05
Message-ID: <957522375.392.0.pluto.d4ee154e@news.demon.nl>#1/1

 information pertaining to _allocated_ bytes is in dba_segments. (select segment_name, owner, bytes, extents, max_extents   from dba_segments)

for _used bytes_ analyze table ... compute statistics, and consult the empty_blocks column of dba_tables.

Hth,

Sybrand Bakker, Oracle DBA

john flanagan <pti_at_iol.ie> schreef in berichtnieuws WgxQ4.7860$xA.19972_at_news.iol.ie...
> Is there a function in PL/SQL to check the space available in a table. I
> can check data files and table spaces using the storage manager but I
 can't
> find a way to see if tables are reaching their max extents
>
>
Received on Fri May 05 2000 - 00:00:00 CDT

Original text of this message

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