恢复不小心drop掉的表直接看代码吧--select count(*) from count776711-- 3--drop table count776711-- 删
恢复不小心drop掉的表
直接看代码吧--select count(*) from count776711
-- 3--drop table count776711-- 删了表了--select count(*) from count776711-- 报错了 ora 00942--flashback table count776711 to before drop-- 恢复了--select count(*) from count776711--3 (真的恢复了)