Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Compute Schema Size

Re: Compute Schema Size

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 12 Oct 2006 08:58:41 -0700
Message-ID: <1160668717.211057@bubbleator.drizzle.com>


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.org
Received on Thu Oct 12 2006 - 10:58:41 CDT

Original text of this message

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