password

Change password in Oracle SQL Developer

To change password in Oracle SQL Developer you can just right click on connection and click the Reset Password option.

Alternatively, you can run the following query to update your password:

alter user <username> identified by <newpassword>

the easy way.

Add a Comment

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


This site uses Akismet to reduce spam. Learn how your comment data is processed.