不一定灵验,慎用各种结构同步工具,哎。
select 'flashback table '||a.original_name||' to before drop;' from recyclebin a where a.operation = 'DROP' and a.type='TABLE';
查询所有被drop掉的表,并且生成恢复语句。
不一定灵验,慎用各种结构同步工具,哎。select 'flashback table '||a.original_name||' to before drop;' from recyclebin a where a.operation = 'DROP' and a.type='TABLE';查询所有被drop掉的表,并且生成恢复语句。
不一定灵验,慎用各种结构同步工具,哎。
select 'flashback table '||a.original_name||' to before drop;' from recyclebin a where a.operation = 'DROP' and a.type='TABLE';
评论
0成为第一个留下想法的人。