Home » Change Password in Oracle

Change Password in Oracle

by Online Tutorials Library

Change Password

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

Syntax :

Parameters

user_name: user name to change the password.

new_password: new password for the user.

Example

Change Password in Oracle

Next TopicCheck Constraints

You may also like