Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Transaction
 

Granting the Privilege for Using Flashbacks

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;