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