Help: Any way to rollback/undo a simple update command?
Posted by: Robert McCormick
Date: August 06, 2007 06:38PM

I accidentally did an update to multiple rows in a table, instead of just one row.

Desired: update mytable set value='something' where id=7;

Actual: update mytable set value='something';

So obviously every row in table was changed.

Now, this is a low-volume database, so no other records have been changed.

Is there a way to "undo" this update command?

We know about rolling back to last back and applying binary changes, but this will take quite a bit of time.

Any faster way to undo this simple one-table update command?

Thanks
-Bob

Options: ReplyQuote


Subject
Written By
Posted
Help: Any way to rollback/undo a simple update command?
August 06, 2007 06:38PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.