Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

SQL> drop table mytab;

Table dropped.

SQL> select original_name from dba_recyclebin;

ORIGINAL_NAME
--------------------------------
MYTAB

SQL> flashback table MYTAB to before drop;

Flashback complete.

SQL> select * from mytab;

You might also like