![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 tableName; |
|
ROLLBACK |
#3
| |||
| |||
|
|
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 tableName; |
|
ROLLBACK |
#4
| |||
| |||
|
|
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 tableName; |
|
ROLLBACK |
#5
| |||
| |||
|
|
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 |
#6
| |||
| |||
|
|
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 |
#7
| |||
| |||
|
|
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 |
#8
| |||
| |||
|
|
Oracle has a "flashback area" not sure how extensive it can be, but no other DB has that level of recovery. |
#9
| |||
| |||
|
|
Oracle has a "flashback area" not sure how extensive it can be, but no other DB has that level of recovery. |
#10
| |||
| |||
|
|
Oracle has a "flashback area" not sure how extensive it can be, but no other DB has that level of recovery. |
![]() |
| Thread Tools | |
| Display Modes | |
| |