恢复被误删的表
参考:http://wenku.baidu.com/view/956085bbc77da26925c5b0a9.html
select object_name,original_name,partition_name,type,ts_name,createtime,droptime from recyclebin;
flashback table sms_user to before drop;
发布时间: 2012-10-05 15:34:34 作者: rapoo
恢复被误删的表
参考:http://wenku.baidu.com/view/956085bbc77da26925c5b0a9.html
select object_name,original_name,partition_name,type,ts_name,createtime,droptime from recyclebin;
flashback table sms_user to before drop;