Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Databases General > Re: How to undo...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 8 Topic 3081 of 3295
Post > Topic >>

Re: How to undo changes / deletes ?

by Michael Austin <maustin@[EMAIL PROTECTED] > Jan 23, 2008 at 02:45 PM

kunt wrote:
> Hi all,
> is there a way to undo changes in a database (e.g. those made because of

> a recent human error, an erroneous delete/update query)
> 
> For example reversing all transactions made in the last N days?
> 
> On any database? In particular I am most interested in postgres and 
> mysql... secondarily Oracle.
> 
> Thank you

delete from xyz;
rollback;
  and there cannot be an autocommit (if so you are hosed) -- if not, the 
rollback.

If it is recent - as in an hour ago -- it is called RESTORE FROM BACKUP

There is no "recycle bin" in Mysql.


Oracle has a "flashback area"  not sure how extensive it can be, but no 
other DB has that level of recovery.

Oracle also has logminer which allows you to restore from backup up to 
the point of "doing something stupid" and then extract all other 
transactions except the one that caused your problem.
 




 8 Posts in Topic:
How to undo changes / deletes ?
kunt <kunt@[EMAIL PROT  2008-01-23 18:51:45 
Re: How to undo changes / deletes ?
DonO <don.orban@[EMAIL  2008-01-23 12:16:04 
Re: How to undo changes / deletes ?
Michael Austin <mausti  2008-01-23 14:45:04 
Re: How to undo changes / deletes ?
Lennart <Erik.Lennart.  2008-01-24 10:24:55 
Re: How to undo changes / deletes ?
Thomas Kellerer <FJIFA  2008-01-24 19:33:48 
Re: How to undo changes / deletes ?
Johan Nel <johan555.ne  2008-04-24 16:28:28 
Re: How to undo changes / deletes ?
Marco Mariani <marco@[  2008-04-28 13:04:41 
Re: How to undo changes / deletes ?
Philipp Post <Post.Phi  2008-04-29 06:21:20 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Dec 5 10:34:53 CST 2008.