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 -> Change user password with stored procedure ?

Change user password with stored procedure ?

From: Juergen Schneider <js_at_connectus.de>
Date: Thu, 19 Nov 1998 12:59:35 +0100
Message-ID: <73113i$sqa@news.netcologne.de>


Is it possible to that the user changes his password with a stored procedure ?

I tried the following in a procedure (with sUsername, sNewPassword as parameters for the procedure)

ALTER USER sUserName IDENTIFIED BY sNewPassword;

but always got a compile error. Is there another way that a user can change his password.

I use VB-Client and Oracle8.

Thanks for your help,

// Juergen Received on Thu Nov 19 1998 - 05:59:35 CST

Original text of this message

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