How can I recover 1 table from backup datafile. I have cold backup from last Sat. I don't think I can recover that table only if I cloned my production database (using cold backup from last Sat.) in test server than exporting that table and importing back to my production database. Is that right? Is there other way to recover this table? Some advise, please.
If I export from my test server (recreated from Sat. cold backup) and import back to my production database, I lost about 2-3 days data, right? If export/import is feasable, I don't care how much data lost and they need to re-entry all of them again. I guess this is the only way I can recover this table (incomplete recovery)???
Thanks
Once I had the same problem:
one of our developers droped table. (DB in noarchivelog mode)
So I created clone DB and made an export of 1 table, then import.
Originally posted by elintrend If I export from my test server (recreated from Sat. cold backup) and import back to my production database, I lost about 2-3 days data, right? If export/import is feasable, I don't care how much data lost and they need to re-entry all of them again. I guess this is the only way I can recover this table (incomplete recovery)???
Thanks
Bookmarks