Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Don't understand why this fails.

Re: Don't understand why this fails.

From: DA Morgan <damorgan_at_exxesolutions.com>
Date: Thu, 20 Mar 2003 08:26:39 -0800
Message-ID: <3E79EBBF.C04976D9@exxesolutions.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US