|
| Total Answers and Comments: 3 |
Last Update: July 08, 2009 Asked by: jagadeesh9 |
|
| | |
|
Submitted by: javedans Flashback query is used to retrieve data, which is errantly deleted or updated in the database. Or we can say, we can see data prior to commit the data in the database.
Flashback only available in system managed undo database.
There are two method to retrieve data. 1. Enable_at_time 2. Enable_at_system_change_number
In built package for the same is DBMS_FLASHBACK
Above answer was rated as good by the following members: agafo | Go To Top
|