Oracle Database - Recycle Bin (Flashback Drop)
Table of Contents
About
When you drop a table, the database does not immediately remove the space associated with the table. The database renames the table and places it and any associated objects in a recycle bin, where, in case the table was dropped in error, it can be recovered at a later time.
Articles Related
Management
Select
SELECT * FROM RECYCLEBIN;