Example

Grant any user the USAGE privilege on a sequence called ORG_SEQ.

GRANT USAGE
  ON SEQUENCE ORG_SEQ
  TO PUBLIC