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 -> resetting user passwords

resetting user passwords

From: Rob Joss <_rob_joss_at_lilly.com>
Date: Fri, 08 May 1998 10:25:11 -0500
Message-ID: <355323D6.D7F9F8C4@lilly.com>


Is there a pl/sql package that will execute the statement 'ALTER user userid identified by newpass;' .

I would like to create a stored procedure that can change the password for
selected user ids and not other user ids and then grant execute on this procedure
to users on our help desk. This procedure is used to reset forgotten passwords.

I have tried dbms_sql and it does not seem to work. (parsing and then executing.)

Thanks for any help that can be provided. Received on Fri May 08 1998 - 10:25:11 CDT

Original text of this message

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