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 sysdbaGRANT EXECUTE ON SYS.DBMS_FLASHBACK TO store;