Oracle rolls back the data of a table to a specified point in time

alter table 表名 enable row movement;
flashback table 表名 to timestamp to_timestamp('2017-05-04 12:26:00','yyyy-mm-dd HH24:MI:SS');

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326325494&siteId=291194637