|
To change any user's password, sign on to the database
as a user with DBA privileges. The SYSTEM account will
do. Then issue the following command:
ALTER USER username IDENTIFIED BY newpassword;
You'll want to substitute for the username and
password above. This can all be done through a GUI.
Oracle's GUI administration tool is called Oracle
Enterprise Manager. You'll need to install that and
configure it to correctly administer *any* aspect of
the database, including user's passwords and
privileges.For More Information
|