假如自己在某个时刻删除了表的信息,下列语句可以回复都该表某个时刻的数据
alter table 表名 enable row movement
flashback table 表名 to timestamp to_timestamp('2018-03-12 18:47:35',' yyyy-mm-dd hh24:mi:ss')
假如自己在某个时刻删除了表的信息,下列语句可以回复都该表某个时刻的数据
alter table 表名 enable row movement
flashback table 表名 to timestamp to_timestamp('2018-03-12 18:47:35',' yyyy-mm-dd hh24:mi:ss')