Examples of Granting the USAGE Privilege
-
Granting the
USAGEprivilege on a sequence to a role:GRANT USAGE ON SEQUENCE GEN_AGE TO ROLE MANAGER; -
Granting the
USAGEprivilege on a sequence to a trigger:GRANT USAGE ON SEQUENCE GEN_AGE TO TRIGGER TR_AGE_BI; -
Granting the
USAGEprivilege on an exception to a package:GRANT USAGE ON EXCEPTION TO PACKAGE PKG_BILL;