Oracle Database Flashback Technologies is a rich set of data recovery solutions that reverse human and logical errors by selectively and efficiently undoing the effects of a mistake. Before Flashback, it might take minutes to damage a database but hours to recover. Correcting an error takes about as long as it took to make it with Flashback. In addition, the time required to recover from this error is not dependent on the database size, a capability unique to the Oracle Database.
Eliminates the need to restore a whole database since only the affected data blocks are reverted to the time before the wrong data manipulation.
Offers continuous archival of changes to comply with industry and government regulations.
Revert the database or a table to a previous point in time with a single command. Query data from the past with a single SELECT statement.