恢复oracle中误删除drop掉的表

http://www.cnblogs.com/xd502djj/archive/2010/09/19/1831346.html 查看回收站中表 selectobject_name,original_name,partition_name,type,ts_name,createtime,droptime fromrecyclebin; 恢复表 SQLflashbacktabletest_d

返回顶部