How to restore the data in a Oracle table?
问题 I did a terrible mistake on my work, I executed an updated query on a oracle table without the 'where' clause and everything changed on this table, I was wondering if there is any way to restore the data on a table. I know I can use Flashback, but Is there another way to do that? If you know how to make a flashback table in oracle, please let me know. I'm using Oracle 10g R2 10.2.0.1 回答1: First, did you commit the change? If not, you can simply issue a rollback to revert your changes.