Re: How to disable drop table flashback feature?
- From: "Charles Schultz" <sacrophyte@xxxxxxxxx>
- To: Harvinder.Singh@xxxxxxxxxxxxx
- Date: Wed, 15 Nov 2006 13:52:02 -0600
recyclebin = OFF
On 11/15/06, Harvinder Singh <Harvinder.Singh@xxxxxxxxxxxxx> wrote:
Hi,
We have flashback_on as NO in the instance and don't see any flashback
logs generated.
SQL> select flashback_on from v$database;
FLASHBACK_ON
------------------
NO
Now when we drop table, oracle puts them in recycle bin and we have to
use purge syntax of drop statement, Is there any way we can disable this
feature also so that oracle never put any objects in recycle folder and
we don't need to modify all our currect drop statements?
Thanks
--Harvinder
--
http://www.freelists.org/webpage/oracle-l
--
Charles Schultz
- References:
- How to disable drop table flashback feature?
- From: Harvinder Singh
Other related posts:
- » How to disable drop table flashback feature?
- » Re: How to disable drop table flashback feature?
- » Re: How to disable drop table flashback feature?
- » RE: How to disable drop table flashback feature?
Hi, We have flashback_on as NO in the instance and don't see any flashback logs generated. SQL> select flashback_on from v$database; FLASHBACK_ON ------------------ NO Now when we drop table, oracle puts them in recycle bin and we have to use purge syntax of drop statement, Is there any way we can disable this feature also so that oracle never put any objects in recycle folder and we don't need to modify all our currect drop statements? Thanks --Harvinder -- http://www.freelists.org/webpage/oracle-l
- How to disable drop table flashback feature?
- From: Harvinder Singh