Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: grant user
zeb wrote:
> Hi,
>
> I want to have a user ( USERB) with some rights on somes tables from another
> user (USERA)
>
> I created the user: USERB
> and I did the following ( connected system/manager )
>
> SQL> grant select on USERA.TBLARTICLES to USERB;
> grant select on USERA.TBLARTICLES to USERB
> *
> ERREUR Ó la ligne 1 :
> ORA-01031: insufficient privileges
>
> What is wrong ??
>
> Thanks ...
USERA has the ability to grant on their objects to USERB ... not SYSTEM.
Daniel Morgan Received on Tue Jun 11 2002 - 14:37:41 CDT
![]() |
![]() |