Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: sequences and security
vertigo <ax178_at_wp.pl> wrote:
>Hello
>
>Sequences ara available for all users. One sequence is very important
>for me, i always increment it by 1. But what happen when other user will
>increment it by a very large number - and i do not want it (it's
>important for me that i am the only one who uses that sequence, and i
>want be the only one who control it's value).
>
>What can i do to be sure that only specified user can change sequence's
>internal value ?
>
>
>Thanx
>Michal
Do not grant the right to alter that sequence to anyone but your user id. Received on Mon Feb 14 2005 - 12:01:10 CST