Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle field size, take 2

Re: Oracle field size, take 2

From: Andrew Babb <andrewb_at_mail.com>
Date: Sat, 08 May 1999 09:17:28 +0800
Message-ID: <373390A7.8AB795DB@mail.com>


Hi,

To obtain the size of a table, you can run the analyze command against the table, which will tell you the average row size, the number of rows, where the High Water Mark is (which states the highest block ever used), the number of empty blocks.

All of this can be found on the DBA_TABLES / USER_TABLES.

Hope this helps,
Andrew

Colinou wrote:

> Hey there,
>
> I would like (correction, my boss wants) to get the size of an Oracle
> table.
>
> Since, I'm pretty new to SQL, could anyone help?
>
> Thanx!
>
> Nr
Received on Fri May 07 1999 - 20:17:28 CDT

Original text of this message

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