Ano-Tech Computers
Enter keyword:

Oracle: How to change a user password
Problem:
How do I change a user password in Oracle using SQL?
 
Solution:
ALTER USER 'yourName' IDENTIFIED BY 'newPassword';

Note that SQL is completely case-insensitive. Once you are in sqlplus, you can use capitals or not in keywords like ALTER; Even your password is case insensitive. We tend to capitalize keywords and not other things.
 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles