Basic Oracle Concepts and Programming Question:

What Is a Recycle Bin in Oracle?

Tweet Share WhatsApp

Answer:

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.

Download Oracle Database PDF Read All 430 Oracle Database Questions
Previous QuestionNext Question
What Is a Dynamic Performance View in Oracle?What Is SQL*Plus?