Oracle SQL Developer

This category will hold Oracle SQL Developer specific articles.

After a long time I started Oracle SQL Developer and received an error message stating that my password for the current Oracle Express database connection will expire soon.

In order to change a users password using the Oracle SQL Developer execute the following command.

SQL

ALTER USER user_name IDENTIFIED BY new_password;

Resources

http://www.techonthenet.com/oracle/password.php