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: Space Utilization Problems

Re: Space Utilization Problems

From: Kim Romeo <kimromeo_at_ix.netcom.com>
Date: Tue, 02 Jun 1998 12:37:21 -0400
Message-ID: <35742A40.358CE82E@ix.netcom.com>


Stuart,

    If you analyze the table dba_tables will show you the number of blocks used and the empty blocks. You can use exec dbms_utility.analyze_schema('schemaname','ESTIMATE'); to analyze all the tables in a schema.

-Kim Received on Tue Jun 02 1998 - 11:37:21 CDT

Original text of this message

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