Oracle 数据库误删操作闪回

发布时间 2023-06-01 16:24:20作者: DbWong_0918

Oracle 数据库误删操作闪回

闪回功能是内置的,类似于服务器快照,看运气要在的数据在不在

select * from testtable as of timestamp to_timestamp('2022-04-03 22:00:00','yyyy-mm-dd hh24:mi:ss')

找到以后可以直接insert into进原表中