chenpenghui 发表于 2013-1-14 08:53:22

恢复不小心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(真的恢复了)
页: [1]
查看完整版本: 恢复不小心drop掉的表