Application Express User's Guide > Oracle Application Express ... > HTMLDB_UTIL > CHANGE_CURRENT_US...
CHANGE_CURRENT_USER_PW Procedure |
Previous |
Next |
This procedure changes the password of the currently authenticated user, assuming Application Express user accounts are in use.
Syntax
HTMLDB_UTIL.CHANGE_CURRENT_USER_PW( p_new_password IN VARCHAR2);
Parameters
Table: CHANGE_CURRENT_USER_PW Parameters describes the parameters available in the CHANGE_CURRENT_USER_PW
procedure.
CHANGE_CURRENT_USER_PW Parameters
Parameter | Description |
---|---|
|
The new password value in clear text |
Example
BEGIN HTMLDB_UTIL.CHANGE_CURRENT_USER_PW ('secret99'); END;