You are performing flashback of the ORDERS table in the Scott’s schema because some important data is deleted in the table by mistake. The SCN number was 771513 at the time of deletion. You issued the following statement to perform Flashback Table:
SQL> FLASHBACK TABLE ORDERS TO SCN 771513;
What is the prerequisite to perform Flashback Table?()