恢复不小心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 (真的恢复了)?
发布时间: 2012-07-20 10:38:30 作者: rapoo
恢复不小心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 (真的恢复了)?