alter system set recyclebin='ON';
show parameter recycle
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
recyclebin string ON
drop table test;
select owner, object_name, original_name from dba_recyclebin;
flashback table test to before drop;
purge dba_recyclebin;
Thursday, July 16, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment