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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to DROP ALL TABLEs?

Re: How to DROP ALL TABLEs?

From: Chris Hamilton <toneczar_at_erols.com>
Date: Fri, 15 May 1998 14:32:53 GMT
Message-ID: <6jhjms$pp$1@goo.nwd.usace.army.mil>


"Jonathan Lewis" <jonathan_at_jlcomp.demon.co.uk> wrote:

>There is a possible disadvantage with a script like this:
>
>If there are a lot of objects in each tablespace then
>the number of free extents generated can become
>very large. This results in a large cluster of fet$ entries
>which (due to the code Oracle uses to find and allocate
>free extents) can lead to a significant time-cost when
>creating new objects.
>
>If necessary a small modification to the script could
>be made to produce an output which does:
> drop single object
> coalesce tablespace for physical object
> drop single object
> coalesce ....

Thanks. That's a good idea!

Chris



Chris Hamilton -- toneczar_at_erols.com
City of Washington Pipe Band
http://www.serve.com/cowpb/chamilton.html Received on Fri May 15 1998 - 09:32:53 CDT

Original text of this message

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