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 00:27:58 GMT
Message-ID: <i8yI3.1666$S2.17885567@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 Wed Sep 29 1999 - 19:27:58 CDT

Original text of this message

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