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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Table size in bytes

RE: Table size in bytes

From: <Yosi_at_comhill.com>
Date: Tue, 5 Sep 2000 16:09:39 -0400
Message-Id: <10612.116421@fatcity.com>


Slight clarification:

The first query below will give you allocated space. The second will tell you how much actual space the data needs (or close to it.)

HTH, Yosi

> -----Original Message-----
> From: Eric Lansu [mailto:eric.lansu_at_quicknet.nl]
> Sent: Monday, September 04, 2000 7:35 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Table size in bytes
>
>
> select sum(bytes) from dba_extents where segment_name = 'dfhhj'
>
> Or calculate it from num_rows and avg_row_size in dba_tables
> when analyzed.
>
> Eric Lansu
>
> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
> Sent: Tuesday, 05 September 2000 00:59
>
>
> >
> > How can you tell what the current size of a table is in bytes?
> >
> > -----
> > Sent using MailStart.com ( http://MailStart.Com/welcome.html )
> > The FREE way to access your mailbox via any web browser, anywhere!
> >
> > --
> > Author:
> > INET: cemail_at_sprintmail.com
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access /
> Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).
>
> --
> Author: Eric Lansu
> INET: eric.lansu_at_quicknet.nl
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Tue Sep 05 2000 - 15:09:39 CDT

Original text of this message

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