oracle误删表恢复方法
网络整理 - 07-27
Sql代码
select object_name,
original_name,
partition_name,
type,
ts_name,
createtime,
droptime
from recyclebin;
flashback table test_table to before drop;
Sql代码
select object_name,
original_name,
partition_name,
type,
ts_name,
createtime,
droptime
from recyclebin;
flashback table test_table to before drop;