Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Changing password via stored procedure
Hi there,
I'm pretty new to ORACLE (7.3) and I'm writing my first stored procedures in PL/SQL. So just a question:
How to change the password of a user via stored procedure? (It should correspond to ALTER USER user IDENTIFIED BY pwd)
Thanks in advance for any help,
Marc
Received on Mon Oct 19 1998 - 00:00:00 CDT