一、表和数据恢复
1、从回收站里查询被删除的表
select object_name,original_name,partition_name,type,ts_name,createtime,droptime from recyclebin;
2.执行表的恢复语句
flashback table tableName to before drop; tableName需要恢复的表名