Search notes:

Oracle: Flashback Database

The effects of Flashback Database are somewhat similar to that of a point-in-time recovery, however, it is usually faster because it does not need
Flashback Database needs flashback logs to be able to go back in time.

TODO

startup mount

select log_mode, flashback_on from v$database;

alter database flashback off;
alter database noarchivelog;

See also

Oracle Flashback Technology

Index