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: Actual space used by tables indexes etc?

Re: Actual space used by tables indexes etc?

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Thu, 15 Jun 2000 08:06:44 -0400
Message-Id: <10529.109377@fatcity.com>


Select sum(bytes from dba_segments where segment_name='TABLE_NAME' and owner='SCHEMA_OWNER';

You can put this into a select from all_tables and spool the output and run it and you will get al tables.

HTH,
Ruth
----- Original Message -----
From: Smith, Ron L. <rlsmith_at_kmg.com>
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Wednesday, June 14, 2000 7:30 PM
Subject: Actual space used by tables indexes etc?

>
> Is there a way to know how much space is actually being used by tables,
> indexes, etc..? Not allocated but actually used?
>
> Ron Smith
> Database Administration
> rlsmith_at_kmg.com
>
> --
> Author: Smith, Ron L.
> INET: rlsmith_at_kmg.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).
Received on Thu Jun 15 2000 - 07:06:44 CDT

Original text of this message

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