Oracle 数据库误删操作闪回
闪回功能是内置的,类似于服务器快照,看运气要在的数据在不在
select * from testtable as of timestamp to_timestamp('2022-04-03 22:00:00','yyyy-mm-dd hh24:mi:ss')
找到以后可以直接insert into进原表中
闪回功能是内置的,类似于服务器快照,看运气要在的数据在不在
select * from testtable as of timestamp to_timestamp('2022-04-03 22:00:00','yyyy-mm-dd hh24:mi:ss')
找到以后可以直接insert into进原表中