Change the password of the user

If you create a user named rimon then you can change that user's password by the following command.
ALTER USER rimon
IDENTIFIED BY 654321;

SQL Command:
ALTER USER user_name
IDENTIFIED BY password;

0 comments:

Post a Comment