Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Script to know the size of each table in a schema ?
Query DBA_SEGMENTS to get this information on table
sizes. You can query by owner and segment_type to get
schema and table information.
--- Bambang Setiawan <Bambang.Setiawan_at_Sidola.com>
wrote:
> Dear Listers,
>
> I just made script to know the size of datafile in a
> tablepace ,
> but I still have no idea to make a script to know
> the size of each table in a schema ?
>
> is there anyone who has the script ?
> furthermore , I need some information about
> relationship diagram which describe
> the relation among tables/view to calculate storage
> of objects ( i.e tablespace , datafile , segment ,
> extent ) .
>
> thanks in advance : )
>
> =bambang=
>
>
>
> <> Bambang Setiawan <>
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: Bambang Setiawan
> INET: Bambang.Setiawan_at_Sidola.com
>
> Fat City Network Services -- (858) 538-5051 FAX:
> (858) 538-5051
> San Diego, California -- Public Internet
> access / Mailing Lists
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: james ellis INET: jellis24_gso_at_yahoo.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 Mar 15 2001 - 14:52:03 CST
![]() |
![]() |