Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: alter user via dbms_sql
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
![]() |
![]() |