Sequence privileges: ALTER and SELECT : Sequence privileges « User Previliege « Oracle PL / SQL






Sequence privileges: ALTER and SELECT

 

GRANT SELECT
ON customers_seq TO userName;

--

 

Related examples in the same category