A roughie (assuming your stats are up to date) would
be
select sum(num_rows * avg_row_len) * 1.1
from dba_tables
where owner in ( list to be exported )
added to
select sum(length(text))
from dba_source
where owner in ( list to be exported )
This doesn't take into account many things (view text,
lobs etc etc) but it gets you started...
hth
connor
- "Danisment Gazi Unal (Unal Bilisim)"
<danisment.unal_at_unal-bilisim.com> wrote: > Hello,
>
> Yes you can. see
>
http://www.unal-bilisim.com/qa/discus/messages/20/42.html?9923410
> for Unix.
>
> I don't know NT. But, pipe mechanism is generic
> mechanism for Operating Systems
> Theory. There should be a way for NT to create
> pipes. By pipes, you can
> calculate.
>
> regards...
>
> "O'Neill, Sean" wrote:
>
> > Is there some way to calculate or make a realistic
> guestimate as to what
> > size an Export dump file will be for a given
> schema or indeed a whole
> > database. I've not come across anything on this
> topic before. If result is
> > dependant on O.S. I'm particularily interested in
> NT/W2K O.S.
> >
> > Sean :)
> >
> > Rookie Data Base Administrator
> > [0%] OCP Oracle8i DBA
> > [0%] OCP Oracle9i DBA
> > -------------------------------- ------------
> > Organon (Ireland) Ltd.
> > E-mail: sean.oneill_at_organon.ie [subscribed:
> Digest Mode]
> >
> > Visit:
> http://groups.yahoo.com/group/Oracle-OCP-DBA
> >
> > "Nobody loves me but my mother... and she could be
> jivin' too." - BB King
> >
> > --
> > Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> > --
> > Author: O'Neill, Sean
> > INET: Sean.ONeill_at_organon.ie
> >
> > 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).
>
> --
>
> Web: http://www.unal-bilisim.com
> *********
> Questions and Answers:
> http://www.unal-bilisim.com/qa/discus/
> *********
> itrprof SQL Analyzer:
>
http://www.unal-bilisim.com/products/itrprof/itrprof.html
>
> itrprof SQL Analyzer is a web based tool which
> analyzes
> SQL_TRACE/Event10046 trace files of Oracle,
> finds bottlenecks and offersinformation on how to
> tune them.
> *********
> iOraBugFinder:
>
http://www.unal-bilisim.com/products/iorabugfinder/iorabugfinder.html
>
> iOraBugFinder is a web based tool which scans
> Oracle's alert log files,
> ORA-600 and ORA-7445 trace files; extracts relevant
> information from them
> and generates URL links to relevant bugs, notes,
> forums at Metalink.
> *********
>
>
> --
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> --
> Author: Danisment Gazi Unal (Unal Bilisim)
> INET: danisment.unal_at_unal-bilisim.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).
Connor McDonald
http://www.oracledba.co.uk (mirrored at
http://www.oradba.freeserve.co.uk)
"Some days you're the pigeon, some days you're the statue"
Do You Yahoo!?
Get your free @yahoo.co.uk address at
http://mail.yahoo.co.uk
or your free @yahoo.ie address at
http://mail.yahoo.ie
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: =?iso-8859-1?q?Connor=20McDonald?=
INET: hamcdc_at_yahoo.co.uk
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 Tue Jun 12 2001 - 06:41:19 CDT