不一定灵验,慎用各种结构同步工具,哎。
select 'flashback table '||a.original_name||' to before drop;' from recyclebin a where a.operation = 'DROP' and a.type='TABLE';
查询所有被drop掉的表,并且生成恢复语句。
2020-02-18
18
0
不一定灵验,慎用各种结构同步工具,哎。
select 'flashback table '||a.original_name||' to before drop;' from recyclebin a where a.operation = 'DROP' and a.type='TABLE';
本文作者: 折雨的天空
原文链接: oracle手误drop掉数据表后的抢救方案
版权声明: 本站所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
免责声明: 文中如涉及第三方资源,均来自互联网,仅供学习研究,禁止商业使用,如有侵权,联系我们24小时内删除!