1、select * from table_name as of timestamp to_timestamp(‘2017-12-20 08:29:00’,’yyyy-mm-dd hh24:mi:ss’);
2017-12-20 08:29:00:指的是你删除表的大概时间,也可以写前面一点的时间
2、然后就可以闪回了:
2.1 alter table table_name enable row movement;
2.2 flashback table table_name to timestamp to_timestamp(‘2017-12-20 08:29:00’,’yyyy-mm-dd hh24:mi:ss’);