Home » Developer & Programmer » Forms » How to change passwaord
How to change passwaord [message #162401] Fri, 10 March 2006 01:14 Go to next message
voralux
Messages: 72
Registered: January 2006
Member
Form6
How to change password at oracle form?
Re: How to change passwaord [message #162412 is a reply to message #162401] Fri, 10 March 2006 02:13 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Password identifies Oracle user throughout the whole Oracle world; therefore, one user has one password in Oracle Forms, Reports, SQL*Plus, ...

To change a password, in SQL*Plus issue such a command:

ALTER USER user_name IDENTIFIED BY his_new_password;

It can be done by a privileged user (for example, SYS) or even by yourself it this privilege (ALTER USER) is granted to you.

[Updated on: Fri, 10 March 2006 02:13]

Report message to a moderator

Re: How to change passwaord [message #162676 is a reply to message #162412] Mon, 13 March 2006 00:32 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
You can also do it as a Forms_DDL command. Its in the documentation and also in this forum.

David
Previous Topic: Function Error
Next Topic: oracle 10g new features for Developers
Goto Forum:
  


Current Time: Fri Sep 20 09:58:07 CDT 2024