alter table table_name enable row movement; –开启行转移
flashback table table_name to timestamp to_timestamp(‘2018-09-11 15:46:00’,’yyyy-mm-dd hh24:mi:ss’); –回滚
相关文章:
alter table table_name enable row movement; –开启行转移
flashback table table_name to timestamp to_timestamp(‘2018-09-11 15:46:00’,’yyyy-mm-dd hh24:mi:ss’); –回滚
相关文章: