Collections:
Recycle Bin - Storage to Hold Dropped Tables in Oracle
What Is 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.
⇒ Turn On and Off Recycle Bin for the Instance in Oracle
⇐ Recover a Dropped Table in Oracle
2019-05-14, 2218🔥, 0💬
Popular Posts:
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
Where to find answers to frequently asked questions on Conditional Statements and Loops in SQL Serve...
How To Download Oracle Database 10g XE in Oracle? If you want to download a copy of Oracle Database ...
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...