Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: stored proc to create sequence, insufficent priv
>Daniel Morgan wrote
I would agree it an overcomplicated proc to create just a sequence. But actually this procedure will be very usefull during development. I have many tables and sequences, as the data is loaded and reloaded in development, things can get out of order. This proc would check each sequence and make sure it is in sync with the corresponding table. Hopefully this proc wont be required in production.
The "create sequence" is granted via a role, that might be the problem. I was able to use "alter sequence" in the proc.
thanks Received on Thu Apr 24 2003 - 15:04:16 CDT
![]() |
![]() |