Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Compute Schema Size
klabu wrote:
> Anyone got a script to compute space requirement for a schema ? - TABLE ONLY
>
> I need to copy from server to my local XE.
>
> thanks
Depending on the Oracle version which you think unimportant this capability is built into the DBMS_SPACE package.
Morgan's Library at www.psoug.org
Click on DBMS_SPACE
scroll down to CREATE_TABLE_COST
You will need to run it for each table.
There is also a CREATE_INDEX_COST proc too.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Thu Oct 12 2006 - 10:58:41 CDT
![]() |
![]() |