Home > database > High marks to solve: oracle 12 c mistaken delete a table, how to use rman backup strategy and the co
High marks to solve: oracle 12 c mistaken delete a table, how to use rman backup strategy and the co
Time:09-26
Oracle 12 c mistaken delete a table, how to use rman backup strategy and the corresponding generated backup file to restore the data? Not return to the time node recovery, 20 deleted at 7 o 'clock yesterday afternoon, strives for the great god taught, the Linux system, the installation of 12 c
CodePudding user response:
What is the command to delete? Stick down!
CodePudding user response:
Using rman restore table and table partitions, processing step is more, Can try the flash flash back to back,
Processing steps are as follows:
- 1. The query is in the recycle bin The select object_name original_name, partition_name, type, ts_name, createtime, droptime The from recyclebin Where original_name='table name;
- 2. If in, is to use flash technology recovery Flashback table table name to before drop;
CodePudding user response:
The delete from the table all to empty the table name