Change Password

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

Syntax :

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

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *