oracle 误删数据回闪
2021-03-14 本文已影响0人
少年未老_5a20
alter table A enable row movement;
flashback table A to timestamp to_timestamp('2021-03-14 21:00:00','yyyy-mm-dd hh24:mi:ss');
alter table A enable row movement;
flashback table A to timestamp to_timestamp('2021-03-14 21:00:00','yyyy-mm-dd hh24:mi:ss');