You disabled the Flashback Database feature by using the following command:SQL> ALTER DATABASE FLASHBACK OFF;What would be the effect of this command on the existing flashback logs?
Because of data loss, you decided to perform a Flashback Database operation using the following command:SQL> FLASHBACK DATABASE TO TIMESTAMP(SYSDATE – 5/24);Which two statements are true?