`
雨过天晴0521
  • 浏览: 154631 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

How to change the password for a user in Oracle

 
阅读更多
Answer:  To change a user's password in Oracle, you need to execute the alter user command.

The syntax for changing a password is:

alter user user_name identified by new_password;


user_name is the user whose password you wish to change.

new_password is the new password to assign.


For example:

If you wanted to reset the password for a user named smithj, and you wanted to set the new password to autumn, you would run the following command:

alter user smithj identified by autumn;


From http://www.techonthenet.com/oracle/password.php
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics