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: Is there a way to get byte counts of actual data stored in a table?

Re: Is there a way to get byte counts of actual data stored in a table?

From: Daniel A. Morgan <Daniel.Morgan_at_attws.com>
Date: Tue, 17 Jul 2001 12:13:43 -0700
Message-ID: <3B548E67.7B24389B@attws.com>

g vose wrote:

> I am looking for a way to see the actual size of a table in bytes
> used.
> I can see the size being used for the DataBase and I can see the
> allocated space for the table but I can not tell the actual space
> being used by a table.
> Does anyone have any suggestions?

Run analyze:

SQL> analyze table schemaname.tablename compute;

Then look in user_tables.

Daniel A. Morgan Received on Tue Jul 17 2001 - 14:13:43 CDT

Original text of this message

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