还原数据库表到一个固定的时间点

   
alter table s_test enable row movement;
 
flashback table s_test to timestamp to_timestamp('2018-03-05 15:25:00','yyyy-mm-dd HH24:MI:SS');
  

 

posted @ 2022-06-30 14:54  ni当像鸟飞往你的山  阅读(26)  评论(0编辑  收藏  举报