Oracle找回被删除的数据

    xiaoxiao2026-05-17  9

    这不是真正的恢复,只是查询出某个表某个时间节点上的数据:

    select * from test1 as of timestamp to_timestamp('2014-11-11 14:57:32','YYYY-MM-DD hh24:mi:ss') where 1=1; 当然了,如果你把整个表都删除了,那就只好去找备份数据库了

    转载请注明原文地址: https://ju.6miu.com/read-1309777.html
    最新回复(0)