Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: grant a sequence

Re: grant a sequence

From: Hans Forbrich <forbrich_at_yahoo.net>
Date: Mon, 26 Apr 2004 15:34:22 GMT
Message-ID: <2_9jc.18894$en3.4258@edtnps89>


Eitan wrote:

> Hello,
> What is the syntax for :
> grant a sequence for all the user (or a specific user).
>
> Thanks :)

http://docs.oracle.com will provide access to the SQL Reference Manual. In the table of contents you'll find 'GRANT' and in that section you'll find examples such as

GRANT SELECT ON oe.customers_seq TO hr;

PLEASE go to the documentation before posting syntax questions. Received on Mon Apr 26 2004 - 10:34:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US