Changing Your Oracle Password
Connect to Oracle with SQL*Plus or SQL*Plus Worksheet.
If you are not familiar with this, see the
SQL*Plus Worksheet tutorial
.
Enter the SQL:
ALTER USER
username
IDENTIFIED BY
newpassword
;
Execute the SQL.
Log out and verify that your new password works.