Enabling Flashback in oracle
Enabling Flashback in oracle
Enabling Flashback in oracle
By using flashback technology we can restore the database to a particular point in past. It’s
like time machine.
Here we will see , how to enable and disable flashback in oracle.
****************** Before enabling flashback ******************
*********Turn on flashback:*********
# Repair error
ORA-38706: Cannot turn on FLASHBACK DATABASE logging.
ORA-38708: not enough space for first flashback database log file
Increase FRA! Sql> alter system set db_recovery_file_dest_size=10000M;
*********Turn off flashback:*********
*************************************end*************************************