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: Oracle generated tables in 10g?

Re: Oracle generated tables in 10g?

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Wed, 14 Apr 2004 14:19:37 GMT
Message-ID: <407D4879.4C66C5E0@remove_spam.peasland.com>


> Does anyway know why does Oracle do that, and what can I do to prevent these
> tables from being generated?

This is a new feature in 10g called the Recycle Bin. When you drop a table, it isn't removed automatically. Instead, it goes to the recycle bin. You can clear out the recycle bin if you wish. Please read the docs on this new feature.

And you can't disable this automatic feature. But you can use the PURGE option on the DROP TABLE clause to stop that one table from ending up in the recycle bin.

Personally, I'd like to see an initialization parameter to disable the recycle bin. By that's just my opinion.

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Wed Apr 14 2004 - 09:19:37 CDT

Original text of this message

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