Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 10g and Recycle Bin
Frederic Houbie wrote:
> On Tue, 13 Apr 2004 07:17:39 -0700, Daniel Morgan wrote:
>
>
>>Frederic Houbie wrote: >> >>>Hi all, >>> >>>can anybody tell me how to disable the Recycle Bin (Flashback >>>capabilities) on a user. I've searched a long time for a problem because >>>the object was not really dropped but in the recycle bin. As far as I'm in >>>a development process, I would like to disable this. >>> >>>Thanks >>> >>>Frederic >>> >> >>Can not be done. But can you explain any reason for wanting to do so? >>And exactly what do you mean by "not really dropped"? The fact that >>it is recoverable doesn't mean it hasn't been dropped.
As was stated by someone earlier ... the new syntax is:
DROP TABLE <table_name> PURGE;
To irreversibly drop a table.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Tue Apr 13 2004 - 12:12:33 CDT
![]() |
![]() |