In Oracle, we can change the password using alter command.
ALTER USER user_name IDENTIFIED BY new_password;
user_name: user name to change the password.
new_password: new password for the user.