Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: grant a sequence
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