Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Don't understand why this fails.
Jeff Kish wrote:
> <snipped>
>
>
> >The error message means exactly what it says. The procedure references some object, most likely a table or view, for
> >which you do not have sufficient rights to do what the procedure is trying to do ... select, insert, update, delete, or
> >reference.
> >
> >If the rights to the object are provided by a role that is insufficient for a procedure. The rights must be explicitly
> >granted to the schema.
> >
> >Daniel Morgan
> Thanks. I was pretty sure I had all my rights, but I'll check again. Maybe they were dropped somehow.
> Jeff
Remember that the rights to a table interactively can be through a role so testing in SQL*Plus or another front-end tool are meaningless. You need to know the means by which the object privilege was granted.
Daniel Morgan Received on Thu Mar 20 2003 - 10:26:39 CST
![]() |
![]() |