1.打开Flash存储的权限
ALTER TABLE authorization ENABLE row movement ;
2.把表还原到指定时间点
flashback table authorization to timestamp to_timestamp('2017-11-10 19:00:00','yyyy-mm-dd hh24:mi:ss');
1.打开Flash存储的权限
ALTER TABLE authorization ENABLE row movement ;
2.把表还原到指定时间点
flashback table authorization to timestamp to_timestamp('2017-11-10 19:00:00','yyyy-mm-dd hh24:mi:ss');