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, 2596🔥, 0💬
Popular Posts:
How To Replace Given Values with NULL using NULLIF() in SQL Server Transact-SQL? Sometime you want t...
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...
How To Connect the Oracle Server as SYSDBA in Oracle? This is Step 4. The best way to connect to the...