What Is a Recycle Bin in Oracle?

Submitted by: Administrator
Recycle bin is a logical storage to hold the tables that have been dropped from the database, in case it was dropped in error. Tables in recycle bin can be recovered back into database by the Flashback Drop action. Oracle database recycle save the same purpose as the recycle bin on your Windows desktop.

Recycle bin can be turned on or off in the recyclebin=on/off in your parameter file.
Submitted by: Administrator

Read Online Oracle Database Job Interview Questions And Answers