Change User Password on Runtime [message #167921] |
Mon, 17 April 2006 22:36 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
binzaman
Messages: 30 Registered: March 2005 Location: Lahore
|
Member |
|
|
I want to change User Password on runtime like from : "Change Ur Password Module"
i tried to use alter command but its not working plz guide me what command or function will be utilised to change the user password on runtime
|
|
|
|
Re: Change User Password on Runtime [message #167957 is a reply to message #167921] |
Tue, 18 April 2006 02:06 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
binzaman
Messages: 30 Registered: March 2005 Location: Lahore
|
Member |
|
|
begin
:global.pass:=get_application_property(password);
Error--> alter user :usermenu_blk.user1
identified by :usermenu_blk.newpass;
end;
error message
Encounterd the symbol alter when expecting one of the following.........
|
|
|
|
|