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;