oracle 恢复删除的数据

Create table table_tmp as (select * from table as of timestamp sysdate - 6/1440);

你可能感兴趣的:(oracle 恢复删除的数据)