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: alter user via dbms_sql

Re: alter user via dbms_sql

From: Didier LENQUETTE <didier.lenquette_at_steria.fr>
Date: Thu, 30 Sep 1999 05:28:35 GMT
Message-ID: <7yCI3.1958$S2.18021101@France.EU.net>


In PL/SQL , role are not used.

You have to grant explicitely to the user the corresponding privilege, that is to say
GRANT ALTER USER TO <owner of the procedure>

Bye ! Received on Thu Sep 30 1999 - 00:28:35 CDT

Original text of this message

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