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 do I get the table size?

Re: How do I get the table size?

From: billia <member_at_dbforums.com>
Date: Thu, 29 Aug 2002 12:15:26 +0000
Message-ID: <1751912.1030623326@dbforums.com>

Use USER/ALL/DBA_SEGMENTS to get the total space consumed by the table (i.e. sum of its extents).

Use DBMS_SPACE to determine how much of the table's space is actually being used to store data.

Regards

Adrian

--
Posted via http://dbforums.com
Received on Thu Aug 29 2002 - 07:15:26 CDT

Original text of this message

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