Hi,
I am working with Oracle RDBMS 12cR1.
I use restore points to recover a test database to prior points depending of the testst regarding data loads.
Usually it works good enought, but I am sometimes faced with the following error message:
ORA-38729: Not enough flashback
database log data to do FLASHBACK.
I know it is possible to create a guarantee restore point, but is it wise to do so?
What is the impact on the value for db_recovery_file_dest_size?
Kind Regards