Restoring an inadvertently dropped table
I was dropping temporary tables and accidentally dropped a useful table. Now I want to recover that specific table. Is it possible to retrieve that table?
The only way to restore your table is to restore your database from a backup and to recover to a point in time just before you dropped the table. However, you will lose all information since that time.
Oracle 10g makes life easier with the ability to recover a dropped table similar to recovering a file from a Windows Recycle Bin.
Dig Deeper on Oracle database backup and recovery
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments