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, 2805🔥, 0💬
Popular Posts:
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
What Are Bitwise Operations in SQL Server Transact-SQL? Bitwise operations are binary operations per...
What Are Bitwise Operations in SQL Server Transact-SQL? Bitwise operations are binary operations per...
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...