Collections:
What Is a Recycle Bin in Oracle
What Is a Recycle Bin in Oracle?
✍: FYIcenter.com
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.
⇐ What Is a Dynamic Performance View in Oracle
2020-10-26, 2919🔥, 0💬
Popular Posts:
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...
Where to find answers to frequently asked questions I am new to Oracle database. Here is a list of f...
How to put statements into a statement block in SQL Server Transact-SQL? You can put statements into...
How To Get the Definition of a User Defined Function Back in SQL Server Transact-SQL? If you want ge...
How To Insert New Line Characters into Strings in SQL Server Transact-SQL? If you want to break a st...