Oracle Database 12c: Advanced Administration — Question 117

You want to create a guaranteed restore point for your database by executing the command:
SQL> CREATE RESTORE POINT dbrsp1 GUARANTEE FLASHBACK DATABASE;
Identify two prerequisites for the successful execution of this command.

Answer options

Correct answer: A, C

Explanation

For the command to successfully create a guaranteed restore point, the database needs to be in archivelog mode to ensure that all transactions are logged. Additionally, the Fast Recovery Area must be enabled to store the necessary files for recovery. The other options are not prerequisites for this specific command.