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
Can you please send me your script to
sdruar_at_eckerd.com
Thanks,
Sandy Druar
Oracle DBA
James Bullard wrote:
> If you are regularly analyzing the table (we do it daily), you should be
> able to subtract blocks-empty blocks to monitor growth. These columns are
> found in DBA_TABLES. I have a script that gives me an average number of rows
> per block, (it's a data warehouse that is loaded nightly) which gives me an
> idea about how long this table can expand before running out of space. I
> can send that to you if you would like.
>
> James
>
> -----Original Message-----
> Sent: Monday, August 28, 2000 8:41 AM
> To: Multiple recipients of list ORACLE-L
>
> 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).
> --
> Author: James Bullard
> INET: jbullard_at_onvia.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 - 13:47:55 CDT