Oracle has drop table recovery

1, first of all you can view the table in the recycle bin
the SELECT * from RECYCLEBIN;
2, restore the table
flashback table name of the table to before drop;

Guess you like

Origin blog.csdn.net/dscfirst/article/details/90238843