![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, One user has accidentally upadated and commited the transaction. Now my job is to restore the previous data for that table. Is there any way to do it. Its already been 24 hr past when It happen.. I'm not sure wether I can use Flashback or not. Pease help. Thanks in advance, Anupam |
#3
| |||
| |||
|
|
Hi, One user has accidentally upadated *and commited the transaction. Now my job is to restore the previous data for that table. Is there any way to do it. Its already been 24 hr past when It happen.. I'm not sure wether I can use Flashback or not. Pease help. Thanks in advance, Anupam |
#4
| |||
| |||
|
|
Hi, One user has accidentally upadated *and commited the transaction. Now my job is to restore the previous data for that table. Is there any way to do it. Its already been 24 hr past when It happen.. I'm not sure wether I can use Flashback or not. Pease help. Thanks in advance, Anupam |
#5
| |||
| |||
|
|
On Dec 3, 6:37*am, Anupam Kumar <haker.z... (AT) gmail (DOT) com> wrote: Hi, One user has accidentally upadated *and commited the transaction. Now my job is to restore the previous data for that table. Is there any way to do it. Its already been 24 hr past when It happen.. I'm not sure wether I can use Flashback or not. Pease help. Thanks in advance, Anupam Did you try to query the flashback data for the specific table to see if it returns any rows? select * from <table as of timestamp to_timestamp('2011-12-01 11:00:00','YYYY-MM-DD HH:MI:SS') Matthias |
![]() |
| Thread Tools | |
| Display Modes | |
| |