Change Password

In Oracle, we can change the password using alter command.

Syntax :

snippet
ALTER USER user_name IDENTIFIED BY new_password;

Parameters

user_name: user name to change the password.

new_password: new password for the user.

Example

Change Password in Oracle
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +