日期:2014-05-16 浏览次数:20449 次
--清空回收站的表 purge table user_table; purge table company; --查询回收站表的信息 SELECT t.object_name,t.type ,t.original_name FROM user_recyclebin t; --删除表不进入回收站 drop table company_info purge; --还原回收站的表 FLASHBACK TABLE company_info TO BEFORE DROP select machine,count(*) from v$session group by machine