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.

Share your love
Muhammad Jawaid Shamshad
Muhammad Jawaid Shamshad
Articles: 128

Leave a Reply

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