Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: grant a sequence
Do you mean :
GRANT SELECT ON MY_SEQUENCE_NAME TO EVERYONE ?
(for granting sequence to every one).
Besides, where is the SQL Reference Manual ?
Thankk :)
"Hans Forbrich" <forbrich_at_yahoo.net> wrote in message
news:2_9jc.18894$en3.4258_at_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 - 11:53:37 CDT