The following example connects as the sys user and grants the EXECUTE privilege on DBMS_FLASHBACK to the store user:
CONNECT sys/change_on_install AS sysdba GRANT EXECUTE ON SYS.DBMS_FLASHBACK TO store;
35.6.Flashbacks | ||||
35.6.1. | Query Flashbacks | |||
35.6.2. | Granting the Privilege for Using Flashbacks | |||
35.6.3. | Time Query Flashbacks | |||
35.6.4. | To disable a flashback, you execute DBMS_FLASHBACK.DISABLE() | |||
35.6.5. | System Change Number Query Flashbacks | |||
35.6.6. | DBMS_FLASHBACK.ENABLE_AT_SYSTEM_CHANGE_NUMBER() procedure enables you to perform a flashback to an SCN. |