Oracle Database Developer Question:

Download Job Interview Questions and Answers PDF

Explain Recycle Bin in Oracle?

Oracle Database Developer Interview Question
Oracle Database Developer Interview Question

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 Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain User Role in Oracle?Explain SQL Plus?