Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Need report that shows total space used at a table level
look at $ORACLE_HOME/rdbms/admin/dbmsutil.sql
dbms_space package.
joe
Cherie_Machler_at_gelco.com wrote:
> One of my developer asked for a report that shows the
> amount of space used by each table. We have one that
> shows at the tablespace level but not at the table level.
>
> I can write something that looks at extents and sums them
> up for each table. Does anyone else already have a script
> that does this so he can have it right away this morning.
>
> TIA,
>
> Cherie
>
> --
> Author:
> INET: Cherie_Machler_at_gelco.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 Mon Aug 28 2000 - 14:07:59 CDT