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

Home -> Community -> Usenet -> c.d.o.server -> grant user

grant user

From: zeb <thierry.constant2_at_wanadoo.fr>
Date: Tue, 11 Jun 2002 21:31:39 +0200
Message-ID: <3d064f84$0$549$626a54ce@news.free.fr>


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 ... Received on Tue Jun 11 2002 - 14:31:39 CDT

Original text of this message

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